Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: URI::Escape::escape_char error when posting to a form inside perl script

by kcott (Archbishop)
on Jan 31, 2013 at 06:56 UTC ( [id://1016232]=note: print w/replies, xml ) Need Help??


in reply to Re^2: URI::Escape::escape_char error when posting to a form inside perl script
in thread URI::Escape::escape_char error when posting to a form inside perl script

Take a look at the code for URI::Escape which you'll probably find at /usr/local/share/perl/5.10.1/URI/Escape.pm. In the current source for this module, escape_char() is coded right at the end:

... sub escape_char { return join '', @URI::Escape::escapes{$_[0] =~ /(\C)/g}; } 1;

If it's not there, you'll need to ask your server administrators to update their code. If it is there, please show the actual code you are running, i.e. with the calls to uri_escape() - the problem may lie with your implementation.

-- Ken

Replies are listed 'Best First'.
Re^4: URI::Escape::escape_char error when posting to a form inside perl script
by Anonymous Monk on Jan 31, 2013 at 09:40 UTC
    Thanks Ken, This would explain it. I put in the request to the support site for my host and we'll see. Thanks, Mark T.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1016232]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found