in reply to
Re: assigning regex matches to variables
in thread
assigning regex matches to variables
Context is one thing, but the regexp needs to be fixed as well. It ought to be
/(\d+)/
, with the plus inside the parenthesis.
Comment on
Re^2: assigning regex matches to variables
Download
Code
In Section
Seekers of Perl Wisdom