in reply to Strange problem with use
...it doesnt work anymore ?!
It would be helpful if you elaborated on "doesn't work".
Update: Thanks for updating your parent node by adding the error message. Line 15 of what we see is a print statement, which as others have pointed out isn't the source of the problem.
Update2: The POD for Net::Ifconfig::Wrapper suggests that the module uses the system's resident /sbin/ifconfig function. If Schedule::Cron is doing something with $SIG{CHLD} that tromps on the system's ifconfig function's ability to do its job, you've got a module-incompatibility problem.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Strange problem with use
by jmanning2k (Pilgrim) on Oct 17, 2003 at 19:04 UTC | |
by beavis69 (Initiate) on Oct 17, 2003 at 19:17 UTC | |
by beavis69 (Initiate) on Oct 18, 2003 at 10:08 UTC | |
|
Re: Re: Strange problem with use
by beavis69 (Initiate) on Oct 17, 2003 at 18:39 UTC |