alongwor has asked for the wisdom of the Perl Monks concerning the following question:
When I run the code on one machine I get the following error from the $! variableif ($status_hash {exit_code} == 0) { open (EXECUTE_LIST, $execute_file); if ($! ne "") { $status_hash {exit_code} = 51; $status_hash {exit_message} = "The file $execute_file did not +exist and we are in the execute function.\n\t\tvar \$! = $!"; }
On the second machine, this runs fine without such an error message.Inappropriate ioctl for device
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inappropriate ioctl for device
by liz (Monsignor) on Oct 16, 2003 at 13:41 UTC | |
|
Re: Inappropriate ioctl for device
by Abigail-II (Bishop) on Oct 16, 2003 at 13:51 UTC |