http://qs1969.pair.com?node_id=521104


in reply to Re: List standard Unix error codes (less output, more code)
in thread List standard Unix error codes

If you want to look up a specific error code, you can't beat:
perl -lpe '$_=$!=$_'

Sufficiently advanced Perl is indistinguishable from garbage.