jellisii2 has asked for the wisdom of the Perl Monks concerning the following question:
I'm executing pp with the following:require Encode; require Encode::Locale; print "no";
perl -v returnspp test_locale.pl
Anyone with some insight that I'm missing?This is perl 5, version 12, subversion 4 (v5.12.4) built for MSWin32-x +86-multi-t hread (with 9 registered patches, see perl -V for more detail) Copyright 1987-2010, Larry Wall Binary build 1205 [294981] provided by ActiveState http://www.ActiveSt +ate.com Built Jun 20 2011 18:35:25 Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: The locale codeset (cp1252) isn't one that perl can decode
by ikegami (Patriarch) on Aug 15, 2011 at 20:19 UTC | |
|
Re: The locale codeset (cp1252) isn't one that perl can decode
by Anonymous Monk on Aug 15, 2011 at 21:05 UTC | |
by jellisii2 (Hermit) on Aug 16, 2011 at 12:29 UTC |