Home | Mirror | Search | 雜文 | ITEYE 博客 | OSChina 博客 | 51CTO 博客

6.6. LWP::Simple

		
use LWP::Simple;

my url = 'http://netkiller.8800.org/neo.pdf';

my $file = '/tmp/neo.pdf';

getstore($url, $file);
		
		
comments powered by Disqus