in reply to
•Re: RegEx, $1, problem
in thread
RegEx, $1, problem
Same problem. If i remove the paren's it matches fine. If i add them back in nothing gets matched. I removed the "&do_something_with($1);" and replaced it with:
print "got here.\n";
[download]
for the sake of testing. those parens seem to be screwing it up.
Perl version is 5.8.1-RC3 (comes with macosx)
Comment on
Re^2: RegEx, $1, problem
Download
Code
In Section
Seekers of Perl Wisdom