Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "sub S { return sub { print qq{hiya $_[0]}; }; }
    ...
     $coderef->('sailor')
    "
    hiya sailor