On Sun, Dec 2, 2012 at 6:49 PM, boB Stepp <robertvst...@gmail.com> wrote:

>>
>>  system("chcp 65001>nil");    # this works for me Using  OS Win 7 32bits
>>
>>> > binmode STDOUT, ":encoding(UTF-8)";
>>> > print "\x{03B1}\x{03C9}\n";
>
> This works for me as well. Thanks, Tim and Charles!
>
I spoke too soon! The above as written creates a file "nil".
Apparently the correct syntax is to use "nul" as Charles mentioned in
one of his earlier posts.

boB

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to