in reply to using local $] = 5.008004;
Should we use this to get rid of perl -c errors ?
No
or is there a better way... Here is an example use case for the same:
Well, they don't try to redefine perl version. They detect a version nobody supports anymore, and disable a feature -- no faking perl version
So, I'm not sure why you'd want to redefine $] and it doesn't seem like a solution to anything
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using local $] = 5.008004;
by tobyink (Canon) on Aug 21, 2013 at 11:01 UTC |