|
Posted by Brian McCauley on October 8, 2004, 7:18 pm
Please log in for more thread options
Mark Day wrote:
> use LWP::Simple;
>
> $file = ">index.html";
> $url = get('http://127.0.0.1/index.html');
>
> getstore ($url, $file);
> any tips appreciated.
Examine the value of $url
|