cschooley has asked for the wisdom of the Perl Monks concerning the following question:
Here's the code:Unmatched ( in regex; marked by <-- HERE in m/.*"blah blah ( <-- HERE +blah blah" .*/ at blah.pl line 53.
if ($lhs[0] =~ /.*$rhs.*/) { $matches++; } else { print "Error: $lhs[0] = $rhs[1] \n"; diff++; }
2005-01-07 Janitored by Arunbear - added code tags, as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Variable in regex...
by Roy Johnson (Monsignor) on Jan 07, 2005 at 21:05 UTC | |
|
Re: Variable in regex...
by amw1 (Friar) on Jan 07, 2005 at 20:57 UTC | |
|
Re: Variable in regex...
by trammell (Priest) on Jan 07, 2005 at 21:47 UTC | |
|
Re: Variable in regex...
by ambrus (Abbot) on Jan 07, 2005 at 21:42 UTC | |
|
Re: Variable in regex...
by ww (Archbishop) on Jan 07, 2005 at 21:13 UTC | |
|
Re: Variable in regex...
by perlsen (Chaplain) on Jan 08, 2005 at 09:48 UTC |