Pitr has asked for the wisdom of the Perl Monks concerning the following question:
The program exits with the following error:[...] if($value =~ /^$allowed$/){ [...]
The $value is a string given by the user, which is validated using a regular expression stored in $allowed.Can't locate object method "IsWord" via package "main" perhaps you for +got to load "main"?) at /usr/share/perl/5.6.1/utf8_heavy.pl line 30.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl 5.6.1 Regular Expression problems (UTF8 ?)
by chipmunk (Parson) on Jul 06, 2001 at 17:23 UTC | |
by Pitr (Novice) on Jul 06, 2001 at 17:34 UTC | |
by Pitr (Novice) on Jul 10, 2001 at 18:37 UTC | |
by Pitr (Novice) on Jul 18, 2001 at 17:04 UTC | |
by premchai21 (Curate) on Sep 29, 2001 at 08:50 UTC | |
|
Re: Perl 5.6.1 Regular Expression problems (UTF8 ?)
by tachyon (Chancellor) on Jul 06, 2001 at 16:31 UTC |