Inputting the Data
STDIN - <STDIN>
- Gets data one line at a time from standard input.
Diamond Operator - <>
- Obtains data from the file(s) specified on the command line when the program was called.
Filehandle
- Opens a file, and assigns it to a filehandle.
Please read the disclaimer.