On 2007/03/14, at 16:10, siegfried wrote:

I'm downloading a lot of debian images using wget these days. Can anyone suggest where I might look to find a little perl script that will download a web page, look for all the links containing ".iso" and then reinvent wget to
download them all?



Assuming such a script does not exist, can someone recommend a good set of
packages and functions I would use to reinvent wget?

You can use WWW::Mechanize for browsing the pages and discover the ISO's url and then LWP for grab them.

--
Igor Sutton
[EMAIL PROTECTED]



Reply via email to