WalkingZero has asked for the wisdom of the Perl Monks concerning the following question:
The conditional statement includes a recursive call to the function it is a part of. The idea is that it keeps attempting to change the MAC address until it hits a valid one. Unfortunately the $code variable always come up empty.$code=`ifconfig eth0 hw ether $mac`; print "Returned error: $code \n"; if $code="SIOCSIFHWADDR: Invalid Argument"{&CMac;}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Ifconfig error capture
by kyle (Abbot) on Mar 12, 2008 at 21:27 UTC | |
by WalkingZero (Sexton) on Mar 12, 2008 at 22:01 UTC |