in reply to Should look at C
in thread native exit codes 512 and 2304
Here's a quick and dirty way of translating exit codes to their C error strings:
BUT you should be careful! Not everyone uses the C runtime-library error numbers. Exit codes are application specific, they should be listed in the application documentation.local $! = 512 >> 8; print "$!\n";
|
---|
In Section
Seekers of Perl Wisdom