Help for this page

Select Code to Download


  1. or download this
    for my $line (@lines) {
        next if $line =~ /\d/;
        print $line if $line =~ $regex_that_is_working;
    }