in reply to Sort of basic search engine/pattern matching problems
while ($line = <XX>) { for my $query (@query) { } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sort of basic search engine/pattern matching problems
by bvulnerbility (Novice) on Apr 28, 2010 at 19:44 UTC |