![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: example in book of Programming Perl does not work.by aitap (Curate) |
on May 30, 2013 at 06:07 UTC ( #1035969=note: print w/replies, xml ) | Need Help?? |
You wrote a wrong "-" symbol:
Perl does not consider "–" (chr(8211)) to be a dash ("-", chr(45)), so special open behaviour does not work in this case.
In Section
Seekers of Perl Wisdom
|
|