Tom Christiansen <tchrist@chthon.perl.com> writes: > % perl -we 'open($fh, "</dev/null"); print $fh "stuff\n"' > Filehandle main::$fh opened only for input at -e line 1. main::$fh? I'd call that more than just misleading. I could live with $main::fh, though. -- JohanThread Previous | Thread Next