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
In reply to Re: a new example
by Loops
in thread a new example
by Raymond
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |