Hello again,

Just wanted to tell you guys that, with your help. I got everything
working fine. Currently I'm using this:

  use open ':utf8';
  use utf8;

This fixed reading from file.  The next problem I encountered was when
reading a string from a POST request, but this was easy, and now I'm
using "utf8::decode()" to convert it properly.

Thanks,

- Alex

Reply via email to