Help for this page
for my $line (@lines) { next if $line =~ /\d/; print $line if $line =~ $regex_that_is_working; }