oldbloke: (Default)
posted by [personal profile] oldbloke at 12:00pm on 05/04/2005
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!

May

SunMonTueWedThuFriSat
        1
 
2
 
3
 
4
 
5
 
6
 
7
 
8
 
9
 
10
 
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
 
28
 
29 30
 
31