in reply to Unexpected interaction between decode_entities() and lc()
Update: removing the -w flag from your shebang line fixes the problem.
I cannot say what the issue is that is triggered by it, but in general you should not use -w in your program as it turns on all warnings in all code pulled into it. To limit to your own code, use use warnings; instead.
Hope this helps!
Orignal reply below:
Hi, I can't reproduce your results on my system.
$ perl 1203368.pl édition limitée. édition limitée.
This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-li +nux
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unexpected interaction between decode_entities() and lc()
by kurisuto (Novice) on Nov 14, 2017 at 13:44 UTC | |
by 1nickt (Canon) on Nov 14, 2017 at 14:16 UTC |