http://www.perlmonks.org?node_id=1060692


in reply to Re^2: Perl: how to insert words at the end of each line and open the file?
in thread Perl: how to insert words at the end of each line and open the file?

See open because you have to open a file to have a filehandle you can read from, no way around that

see open, Beginning Perl (free) Chapter 6: Files and Data, perlintro, Learn Perl in about 2 hours 30 minutes, perlintro, chromatics free book Modern Perl a loose description of how experienced and effective Perl 5 programmers work....You can learn this too.