in reply to Re^3: Confusing UTF-8 bug in CGI-script
in thread Confusing UTF-8 bug in CGI-script

That's what the «-utf8» in «use CGI qw(:all -utf8);» does.

And without "-utf8" i can't use CGI properly because then are UTF-8 encoded GET-paramaters treated wrong? I mean, STDIN i can fix with "use open ..."

I'm gonna finally get to somewhere... Thank you!

Nõnda, WK
  • Comment on Re^4: Confusing UTF-8 bug in CGI-script