Help for this page
while( my $line = <inFile> ) { chomp $line; next if $line !~ m/data\sto\s(.*?)\s*is/i; # ....the rest of the loop goes here... }