The expression:

        new Perl5Util().match("/[[:alpha:]]/", "a")

returns false with ORO 2.0.3, whereas: 

        new Perl5Util().match("/[[:alnum:]]/", "a")

returns true. I hope this isn't another newbie mistake...

thanks,

adam

Reply via email to