perlopentut (1) Linux Manual Page
NAME perlopentut – simple recipes for opening files and pipes in Perl DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a filehandle. A filehandle is an internal name for an external file. It is the job of the "open" function to make the association…
