What module do you recommend to suck up a website --
I'm creating a server-side webpage compiler -- which should pull the pages and associated media (images, wavs, midis, flash, etc.) and burp it to a local random directory.
What solution would you recommend. lwp's rget looks like it might work, but it runs command line -- need it to run within the code.
WebMirror and w3mir look like possibilities as well -- just wanted to check and see if anyone else had a quick idea on what they would use that I'm missing?
Tks!