Hi Mattia,
* Mattia Barbon <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> [2006-02-08 17:30]:
>I recently fell in love with Test::Base and I decided to use it
>at $work. Since the 'run filter, compare output' mode of T::B
>did not fit my needs, I wrote a small wrapper (Test::XXX for
>now...) that enables
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
usi