in reply to Re: Ignore STDIN during processing
in thread Ignore STDIN during processing
More Info--
I need my perl to work on both Unix & Win... (I don't believe that Fcntl and Non-Blocking I/O work on Win)
Is there a way to do this? ...or am I stuck to just implement the Fcntl for Unix, and to hell with the Win users?
print(map(lc(chr),split(6,qw/99672682673683684689632658645641610607/)));