Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello!
I can construct a URL + query string and successfully send this to a server through LWP::UserAgent and get the desired response.
What I am curious about is whether there may be a way to programmatically pass this to the browser and have it executed the same GET statement. I can manually cut-and-paste this URL and get the desired results, but being able to do the same through code would be preferable. Is there a way to do this?
Thanks for your time!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sending URL + query string?
by ikegami (Patriarch) on Jun 09, 2009 at 00:13 UTC | |
|
Re: sending URL + query string?
by JavaFan (Canon) on Jun 09, 2009 at 00:20 UTC | |
|
Re: sending URL + query string?
by ig (Vicar) on Jun 09, 2009 at 02:38 UTC | |
|
Re: sending URL + query string?
by Anonymous Monk on Jun 09, 2009 at 00:05 UTC |