in reply to Regular Expression problem with $variable =~ m/C++/
next unless index($Array[$Counter],$VarString) >= 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regular Expression problem with $variable =~ m/C++/
by mtar (Novice) on Jun 12, 2007 at 12:25 UTC |