in reply to Re: Perl's changes in the use of packages
in thread Perl's changes in the use of packages

I'm not sure what's the OP's benefit, but I've witnessed the drawbacks of not doing so:
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^3: Perl's changes in the use of packages
by 1nickt (Canon) on Jul 06, 2017 at 23:30 UTC

    All valid points. I am of course not suggesting to never update your Perl version. But I would think that for the OP, given how he described his code, keeping up with the very latest Perl might be unnecessarily far in the other direction.


    The way forward always starts with a minimal test.