Re: LWP passing variables in GET method

2003-03-26 Thread Randal L. Schwartz
> "Ramprasad" == Ramprasad <[EMAIL PROTECTED]> writes: Ramprasad> hello all , Ramprasad> I am trying my script with LWP Ramprasad>suppose in my browser I type in Ramprasad> http://google.com/search?q=sendmail Ramprasad> I get the results all right Ramprasad> but when I try to pass va

RE: LWP passing variables in GET method

2003-03-26 Thread Dan Muey
> hello all , Howdy > > I am trying my script with LWP >suppose in my browser I type in > >http://google.com/search?q=sendmail >I get the results all right >but when I try to pass variables by get method using LWP I get an error > message > > > I have tried allowing cookies too. >