in reply to Recursive HTTP Downloads - without using WGET
If you are rejecting the URL based on the URL itself, then LWP::UserAgent may help you create something like what you describe. On the other hand, if you are rejecting the URL based on the contents of it, then the WGET method as you describe is how it would need to be done anyway.
--MidLifeXis
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Recursive HTTP Downloads - without using WGET
by Preceptor (Deacon) on Jul 16, 2012 at 07:36 UTC |