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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/