[Nh-pm] Oddity with URI::Escape

Kevin D. Clark clark_k at pannaway.com
Mon Jan 31 13:07:22 PST 2005


Maybe the "unsafe" list associated with URI::Escape::uri_escape() is
munged somehow on your win32 box?

What does this produce on both of your platforms?:

   #!/bin/perl -w

   use URI::Escape;

   print uri_escape("A&B Jones+1", "^A-Za-z0-9\-_.!~*'()");

   __END__


Please show us the output,

--kevin
-- 
GnuPG ID: B280F24E                     And the madness of the crowd
alumni.unh.edu!kdc                     Is an epileptic fit
                                       -- Tom Waits


More information about the Nh-pm mailing list