Help for this page

Select Code to Download


  1. or download this
    my $matches = grep { /^\Q$storeline|\E/ } @file;
    
    if ($matches > 1)
    ...
         no_match($storeline);
    }
    return;