in reply to
Getopt::Euclid victim of 5.10 upgrade
Does it work if you change
"\x0E"
to
"^N"
? Shouldn't matter, though.
Comment on
Re: Getopt::Euclid victim of 5.10 upgrade
Select
or
Download
Code
Replies are listed 'Best First'.
Re^2: Getopt::Euclid victim of 5.10 upgrade
by
scott\b
(Novice)
on Feb 13, 2009 at 02:06 UTC
You are right. It was supposed to be (and now is) $^N. It got mangled when I cut-n-pasted the code and I did not notice it in the post preview.
[reply]
Re^3: Getopt::Euclid victim of 5.10 upgrade
by
ikegami
(Patriarch)
on Feb 13, 2009 at 02:09 UTC
Did it help? Perl should accept both, IIRC
[reply]
In Section
Seekers of Perl Wisdom