PDA

View Full Version : how do I POST data using Location: url \n\n


ramiro
03-27-2006, 04:53 PM
Hi,

I would like to redirect the user to a website

http://www.somewebsite.com/cgiscript.cgi?id1&id2&id3.....&idn

And I was doing it by using

Location: $url \n\n

but the "tail" (after the "?") is so long at times that some browsers don't like it.

POST might be the best choice, but I haven't been able to make it work, how do I do it?

Thank you, Ramiro:confused: :confused: :confused: :confused:

KevinADC
03-27-2006, 08:17 PM
I believe you really don't have much option besides get and post. You might want to look into LWP or LWP::Simple to solve your problem.