Help for this page
#!/usr/bin/perl ... $_ = shift @ARGV || "world"; foo ( hello => $_ );
foo ( hello => "$_" );