ryang wrote:
> I am trying to understand how to work with Unicode in Perl. I have
> read the relevant man pages (perluniintro, perlunicode, etc.) and have
> written severl scripts to test/verifiy my understanding. However, I
> created a script that has unexpected output. The script is below and
Welcome to the club.
> Can anyone explain why the utf8 pragma effects the output of the script?
My problem (different post) is slightly different, but
I'm going to try commenting out the pragma to see what happens.