Help for this page
c:\@Work\Perl\monks>perl -e "package main; ... sub foo ($$$) { print qq{hi from foo() singular \n}; } " hi from foo() singular