On 03/13/2013 01:46 PM, Andy Bach wrote:
Wide character in print at /usr/local/bin/mech_test.pl line 18.that's the print page.
By the way -- you can eliminate the wide-char warniung by telling perl that your terminal can eat UTF-8 encoded unicode
binmode STDOUT, ":utf8"; -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/