- or download this
qr/([^$wc]+)/o,
qr/^$ignoref([$wc]+?)$ignorel$/io,
qr/^$match_string$/,
- or download this
use strict;
my @wordchars = ("a".."z","#*");
...
}
print "search terms are : ";
foreach (@words) {print "$_ ";}
- or download this
substr (\$_,0,1)=~ s/[$ignorefirst]//;