Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "sub F { return 4; }
    ...
     for (F(), G(), H()) { ++$_;  printf qq{$_ }; }
    "
    5 6 7