RE: Passing parameters into post

2005-03-09 Thread Tham, Philip
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 11:32 AM To: Tham, Philip Cc: beginners@perl.org Subject: Re: Passing parameters into post > It seems that to pass paramenters into a post I can use the following > method > > my $rq=HTTP::R

Re: Passing parameters into post

2005-03-09 Thread Lawrence Statton
> It seems that to pass paramenters into a post I can use the following > method > > my $rq=HTTP::Request->new(POST => http://www.posturl.com,["name"; => > "Philip", "gender" => "male"]); Well, fixing the typo of missing quotes around the URL, what you will have done there is created a request wi