http://qs1969.pair.com?node_id=944667


in reply to Re^2: Perl Script New Line problem
in thread Perl Script New Line problem

Or he can simply say use 5.12.x.
--perl.j

Replies are listed 'Best First'.
Re^4: Perl Script New Line problem
by Anonymous Monk on Dec 21, 2011 at 18:55 UTC

    Did you try it?

    $ perl -e " use 5.12.x; " syntax error at -e line 1, near "use 5.12" Execution of -e aborted due to compilation errors.

    Suggesting say is nice, if you explain how to actually enable it :)