Andreas J. Koenig skribis 2009-05-24  6:44 (+0200):
>     binmode $_, ":utf8" for *STDOUT, *TEMP_OUT;

Although it's safe on output, it's better to get used to using
:encoding(utf8) instead of :utf8. Using :utf8 on input can cause
stability and security issues.
-- 
Met vriendelijke groet,  Kind regards,  Korajn salutojn,

  Juerd Waalboer:  Perl hacker  <##...@juerd.nl>  <http://juerd.nl/sig>
  Convolution:     ICT solutions and consultancy <sa...@convolution.nl>
1;

Reply via email to