in reply to post variables in same order
You might also carefully examine the post request you're creating, by adding print $req->as_string(); Building a request by hand (instead of using HTTP::Request::Common) takes great care. In particular, you need to ensure that the content is URL encoded. Your script doesn't guarantee that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: post variables in same order
by inblosam (Monk) on Jun 28, 2002 at 05:05 UTC | |
by dws (Chancellor) on Jun 28, 2002 at 16:10 UTC |