Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "sub foo { print 'hi from foo()'; }
    ...
    Useless use of a constant (666) in void context at -e line 1.
    hi from foo()
    agent 99