in reply to a new example
use feature 'unicode_strings'; use open qw(:std :utf8); use utf8;
To the top of your script to enable Unicode support.
Alternatively you could use utf8::all from CPAN which handles even more Unicode edge cases, and can be included in your script in a single line
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: a new example
by chromatic (Archbishop) on Jul 28, 2013 at 23:46 UTC |