in reply to Re: Inappropriate ioctl for device error on system call
in thread Inappropriate ioctl for device error on system call
Here's an example to try out to see what I mean:
perl -e 'unlink("nosuchfile"); system("sh","-c","exit 1") == 0 or die "Err: $!,$?"' Err: No such file or directory,256 at -e line 1.
|
|---|