open file; while() { my $line1 = $_; my $line2 = readline(); my $line3 = readline(); #handle $line1, $line2, $line3 all at once then #loop up for the next entry }