Help for this page
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