# FH is our example file handle while(){ #action on each line } #### my @file = ; foreach my $line (@file){ # action on each line }