Currently I'm unable to capture wget's progress bar (the one with the arrow). It doesn't appear to be using STDOUT or STDERR. So this his not working:
open WGET, "wget foo.moo 2>&1 |" or die "Couldn't run wget: $!\n"; while(<WGET>){
Why dont you use wget -b and then read the file wget.log
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]