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");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Multiline pattern matching
by blue_cowdawg (Monsignor) on May 21, 2001 at 22:44 UTC |
In Section
Seekers of Perl Wisdom