Reading Input
The standard input filehandle
The diamond operator
User-created filehandles (discussed in a later chapter)
The most common method of reading input is the standard input filehandle. A filehandle is a connection between your script and a “port.” The standard input filehandle reads data from the port connected to standard input (data coming from the keyboard by default).