Help for this page
>perl -le"$x = 'abc'; print $x;" abc
>perl -le"$x = 'abc'; $x->print;" Can't locate object method "print" via package "abc" (perhaps you forg +ot to load "abc"?) at -e line 1.