Help for this page

Select Code to Download


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