I stumbled on an answer.  Adding "2>&1" apparently works, i.e.,

  $result = `2>&1 $WGET $file`;

Not sure if it's the only/best way.

--JC

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to