![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^2: List standard Unix error codes (less output, more code)by gordoste (Initiate) |
on Jan 05, 2006 at 05:19 UTC ( #521104=note: print w/replies, xml ) | Need Help?? |
If you want to look up a specific error code, you can't beat:
perl -lpe '$_=$!=$_' Sufficiently advanced Perl is indistinguishable from garbage.
In Section
Snippets Section
|
|