Josimar Nunes De Oliveira <[EMAIL PROTECTED]> wrote:
>
> Does anybody know how to encode data into
> "application/x-www-urlform-encoded" format?
> 

You can url-escape the form values with the URI::Escape
module from CPAN.

But if you're building a POST request, the easiest
way is with the HTTP::Request::Common module.

There are some examples in:

  $ perldoc lwpcook

Assuming you're using LWP...

-- 
Steve

perldoc -qa.j | perl -lpe '($_)=m("(.*)")'

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to