in reply to Re: Multiline pattern matching
in thread Multiline pattern matching
Sorry, blue_cowdawg, you do a common mistake: You used
dot star - please read Death to Dot Star! which explains
why you should never ever use it :-)
--
use signature; signature(" So long\nAlfie");
--
use signature; signature(" So long\nAlfie");
In Section
Seekers of Perl Wisdom