in reply to Trying to make perl suck less again
BEGIN { if ( $] < 5.010000 ) { # also set some bool var like $NEW_PERL $INC{'feature.pm'} = 1; package feature; } } use feature ':5.10';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Trying to make perl suck less again
by chromatic (Archbishop) on Dec 22, 2007 at 20:45 UTC | |
by eserte (Deacon) on Dec 22, 2007 at 22:33 UTC | |
by Burak (Chaplain) on Dec 23, 2007 at 00:45 UTC | |
by eserte (Deacon) on Dec 23, 2007 at 10:49 UTC | |
|