posted by
oldbloke at 12:00pm on 05/04/2005
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Anybody know owt about grabbing files off websites to your hard drive using Perl?
I've been trying the LWP::UserAgent module but my
$ua->mirror($url,$file);
line isn't working.
[EDIT] Scope error thanks to a my inside some {} now fixed. Must use -w (or use strict) in future!
I've been trying the LWP::UserAgent module but my
$ua->mirror($url,$file);
line isn't working.
[EDIT] Scope error thanks to a my inside some {} now fixed. Must use -w (or use strict) in future!
There are 6 comments on this entry. (Reply.)