Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Can anybody help?if ($variable =~ /v\d{2}|\d{2}/) { print "$variable"; } else { print "it is not in the proper form"; }
Edit: Added <code> tags. larsen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HELP! - Pattern matching problem
by DamnDirtyApe (Curate) on Jul 24, 2002 at 17:52 UTC | |
|
Re: HELP! - Pattern matching problem
by mephit (Scribe) on Jul 25, 2002 at 04:17 UTC |