Help for this page

Select Code to Download


  1. or download this
    $ perl -le 'print STDOUT one, two, three'
    onetwothree
    
  2. or download this
    $ 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.