Help for this page
Select Code to Download
Select
or
download this
$ perl -le 'sub test { 42 } print test(); print &test()' 42 42