in reply to Re: Usage of grep on a file
in thread Usage of grep on a file
then do a grep with $fullstring as the match pattern?$full_string = ""; foreach (@match_array) { $full_string = $full_string."|".$_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Usage of grep on a file
by GrandFather (Saint) on Apr 07, 2006 at 07:37 UTC | |
|
Re^3: Usage of grep on a file
by parv (Parson) on Apr 07, 2006 at 07:34 UTC |