Help for this page
open FILE1, "<", "file1.txt" or die $!; open FILE2, "<", "file1.txt" or die $!; ... my $line2 = <FILE2>; # ... }