sub check_bypass { my $line = shift; foreach (@_) { if ($line =~ /$_/i) {return 0} } return 1; }
In reply to Re: Fast/efficient way of check if a string in an strArr is contained in a line
by toolic
in thread Fast/efficient way of check if a string in an strArr is contained in a line
by cpomp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |