if (!$foo) { ... return;}
return unless $foo;
my $bar = shift || return;
unless certain that $bar will never see 0 as a valid value or string.