Help for this page
my $my_path = $0; foreach my $path (split(/:/, $ENV{PATH})) { $my_path = "$path/$0" if (-f "$path/$0"); }
my ($called_name) = $0 =~ m#/([^/]+)$#; { ... { # If program is called as "moo" }