in reply to problem with german chars in html post fetch

I revised my script to output the same two html files as before, plus an attempt encoding with cgi::enurl, another attempt with Escape::uri_escape, and an attempt with a regex suggested in Perlfaq9 ("") none of which worked, unfortunately.

The script seems to work for holli, but not for me.

  • Comment on Tried with CGI::enurl, Escape::uri_escape, and a regex from perlfaq9, but still relying on the function I kludged together...