Help for this page
sub foo { my $arg = shift; ... my ($arg) = @_; # ... }
if ($foo == 0) { # ... ... if (0 == $foo) { # ... }