in reply to
Re: regex: extract a substring
in thread
regex: extract a substring
Then why not just
push(@rows, $value =~ /$header:_:(.*?):_:/);
Comment on
Re: regex: extract a substring
Download
Code
In Section
Seekers of Perl Wisdom