|
|
|
|
142 |
print STDOUT "Hello World\n"; # Writes one line to STDOUT
Name
Desription
STDIN
For reading from the keyboard or default input stream
STDOUT
For (buffered) writing to the terminal or default output stream
STDERR
For (unbuffered) writing to the terminal or default error
stream
$line = <STDIN>; # Reads one line from STDIN