Re: Testing module name/interface advice

2006-02-11 Thread A. Pagaltzis
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

Re: What am I doing wrong? (Perl, UTF-8 and cyrillic)

2006-02-11 Thread avtanski
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