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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks: I am working on a script and at some point I have to open two text files at the same time and process the data from both at the same time as well, how do I do this trick, I am getting stuck trying to open the two files at once. Thanks

20040326 Edit by castaway: Changed title from 'Text Files'