in reply to
Re^2: Regex: Lookahead
in thread
Regex: Lookahead
Did you run it? (Change "
$_ =~
" to "
$_ = q~
" first.) It may not do what you want, but contrary to what you claim, it doesn't touch the second line. (Note the
/^/m
)
Comment on
Re^3: Regex: Lookahead
Select
or
Download
Code
In Section
Seekers of Perl Wisdom