Help for this page
my $hostname = call() || "Can't resolve"; my $hostname = call(); $hostname //= "Can't resolve"; # Alternative so +lution