|
|
| XP is just a number | |
| PerlMonks |
Puzzling URI::Escape problemby slugger415 (Beadle) |
| on Apr 02, 2012 at 22:04 UTC ( #963124=perlquestion: print w/ replies, xml ) | Need Help?? |
|
slugger415 has asked for the
wisdom of the Perl Monks concerning the following question:
Hello dear monks, a user of a script I've written that uses the URI::Escape module keeps getting an error: Undefined subroutine &URI::Escape::uri_escape_utf8 called at myscript.pl line 375.I cannot duplicate this error on my machine. I use it thusly:
I'd also used it like so, without the prefix:
Someone else reported a similar error with that syntax, and it was fixed when I added the URI::Escape prefix to the call. We're both running ActivePerl, he 5.8 and I 5.12, does that make a difference? Is there something I'm missing? thanks very much -- Scott
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||