While reading regcomp.c, i found something that might be rather evil. However i don't have access to an EBCDIC machine to verify it, so could someone please run this line on EBCDIC and tell me what it prints? $_=qq/\x8E/; print/[\x89-\x91]/, q/,/ ,tr/\x89-\x91//d Thanks, KarstenThread Next