in reply to Re^2: Big problem in pattern matching
in thread Pattern Matching problem
if (/$string/) {
or change it to
if (/\Q$string\E/) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Big problem in pattern matching
by auhakim (Novice) on Jun 05, 2013 at 08:20 UTC | |
by choroba (Cardinal) on Jun 05, 2013 at 08:23 UTC |