In article <20001217162924.E97668@plum.flirble.org>, Nicholas Clark <nick@ccl4.org> writes: > static IV > constant(char *name) > { > errno = 0; > switch (*name) { > case '_': > if (strEQ(name, "_S_IFMT")) /* Yes, on name _S_IFMT return S_IFMT. */ > Hey ! what is that evil setting of errno ? perl -wle 'use Fcntl; $!=1; print O_NDELAY; print $!' perl -wle 'use Fcntl; $!=1; print $!' That is just sooo wrong !Thread Previous | Thread Next