in reply to capture system output
Not that it's an answer to your difficulties with system, but rather than shelling out to wget consider LWP::Simple or LWP::UserAgent instead.
Update: And if by "output" you mean the wget status information, that's getting written to STDERR not STDOUT so you'd need to redirect that instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: capture system output
by Galen (Beadle) on Jan 18, 2006 at 22:15 UTC | |
by Fletch (Bishop) on Jan 18, 2006 at 22:37 UTC | |
by ikegami (Patriarch) on Jan 18, 2006 at 22:48 UTC | |
by brian_d_foy (Abbot) on Jan 19, 2006 at 03:28 UTC |