http://www.perlmonks.org?node_id=1038157


in reply to Re^5: Why won't Perl convert (Latin1 | ISO-8859-1) to (UTF-8 | utf8)?
in thread Why won't Perl convert (Latin1 | ISO-8859-1) to (UTF-8 | utf8)?

#11939 Because the computer cannot read your mind. Guess what? I cannot read your mind *either*.

This seems like the most appropriate one for this occasion -- no? :)

Thanks for sharing.

--chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;
  • Comment on Re^6: Why won't Perl convert (Latin1 | ISO-8859-1) to (UTF-8 | utf8)?