in reply to
Re: Continue reading regex to next line
in thread
Continue reading regex to next line
Thanks for the quick reply. I've updated the regex but the output is exactly the same as in the original post.
Comment on
Re^2: Continue reading regex to next line
Replies are listed 'Best First'.
Re^3: Continue reading regex to next line
by
ikegami
(Patriarch)
on Mar 02, 2009 at 22:01 UTC
You missed the change of
print $LINE
to
print $1
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom