in reply to Re: Not sure what I am doing wrong
in thread Not sure what I am doing wrong
will possibly be the most efficient matcher (at least on 5.10 ...), no?chomp(my @RE = <RECORDS>); my $RE = join '|', map quotemeta, @RE; $RE = qr/($RE)/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Not sure what I am doing wrong
by CountZero (Bishop) on Nov 25, 2008 at 22:46 UTC | |
by massa (Hermit) on Nov 26, 2008 at 14:34 UTC |