Help for this page
$ perl -le 'print STDOUT one, two, three' onetwothree
$ perl -le 'print STDOUT one, two three' Can't locate object method "two" via package "three" (perhaps you forg +ot to load "three"?) at -e line 1.
0 1 2 3 4 5 6 7
Results (643 votes), past polls