ANJAN PURKAYASTHA wrote:
I have a file stored at a location: http://parent_dir/file Which among gazillion LWP options can I use to download and store the file on my machine?
use LWP::Simple;
getstore('http://parent_dir/file', 'file');
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
