Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "sub S { print ! defined wantarray ? 'void' : wantarray ? 'list' : 'sc
    +alar'; }
    ...
    void
    return:
    void