Help for this page

Select Code to Download


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