Home : General : Perl Programming :

General: Perl Programming: Re: [BennyHill] LWP::UserAgent Question: Edit Log

Here is the list of edits for this post
Re: [BennyHill] LWP::UserAgent Question
Hi,

Quote:
$req = new HTTP::Request 'GET' => '$whereto'
Change this command to:
$req = new HTTP::Request 'GET' => "$whereto"
It should work.

Cheers,
TheStone.



B.

Last edited by:

TheStone: Dec 3, 2001, 4:07 PM

Edit Log: