in reply to Re: printing hash values and keys from user (OT: stdin vs. STDIN)
in thread printing hash values and keys from user
See I/O Operators in perlop, about the ninth paragraph:
The filehandles STDIN, STDOUT, and STDERR are predefined. (The filehandles "stdin", "stdout", and "stderr" will also work except in packages ...)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: printing hash values and keys from user (OT: stdin vs. STDIN)
by toolic (Bishop) on Nov 02, 2010 at 03:03 UTC |