in reply to
Re^2: use feature 'unicode_strings'
in thread
use feature 'unicode_strings'
You'll tell Perl your source in UTF-8 encoded, you want a version check for 5.12, and you want 5.12's backward-incompatible changes.
Comment on
Re^3: use feature 'unicode_strings'
In Section
Seekers of Perl Wisdom