Thread get source code with LWP::UserAgent
(9 answers)
Opened by Gizmo at 2013-12-11 19:39
Should work with LWP::Simple and getstore. ;)
Code (perl): (dl
)
1 2 3 4 5 6 use LWP::Simple; my $url = "http://www.google.com/"; my $file = "code.html"; getstore($url, $file); Last edited: 2013-12-11 19:53:16 +0100 (CET) |