in reply to Post and get
my $WWWAgent = new LWP::UserAgent(); my $site=new URI::URL 'http://translate/lhsl.com/greenacres.dll?text=$ +text&pair=$pair&domain=$domain&interface=$interface'; # Create a request my $WWWRequest = new HTTP::Request 'GET',$site->as_string(); # Pass request to the user agent and get a response back my $WWWResult = $WWWAgent->request($WWWRequest);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Post and get
by lhoward (Vicar) on Jul 03, 2000 at 19:41 UTC | |
by toadi (Chaplain) on Jul 04, 2000 at 13:57 UTC |