in reply to Re: Matching over multiple lines in a scalar
in thread Matching over multiple lines in a scalar

{ local $/ = undef; $info = <DATA>; }
For more info on $\ look at perlvar

I think that you mean "info on $/ look ...", at least that variable exists elsewhere. :)