![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Ifconfig error captureby kyle (Abbot) |
on Mar 12, 2008 at 21:27 UTC ( [id://673831]=note: print w/replies, xml ) | Need Help?? |
The message you're looking for comes out on STDERR, but the backticks only capture what comes out on STDOUT. What you can do is have the shell redirect the error stream to the normal output stream like so:
In Section
Seekers of Perl Wisdom
|
|