Help for this page
# script.pl # do stuff 1 here
# script.pl use Module::That::Does::What::I::Want qw/doit/; ... sub doit { # do stuff 1 here }
doit(@ARGV) unless caller;