Help for this page
open (FILE '<file.txt'); my @file = <FILE>; ... exit if $line =~ /error.*error/; # Process here }