in reply to string/array smart match regex failing me
What version of perl are you using?(?i-xsm:foo)(?i-xsm:ba(r|z))(?i-xsm:quux) matched
$ perl -v This is perl 5, version 12, subversion 2 (v5.12.2) built for x86_64-li +nux
See also Smart match changes, for example.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: string/array smart match regex failing me
by hsinclai (Deacon) on Jan 05, 2011 at 21:10 UTC | |
|
Re^2: string/array smart match regex failing me
by gizmo_mathboy (Friar) on Jan 06, 2011 at 01:37 UTC |