in reply to Re: Matching over multiple lines in a scalar
in thread Matching over multiple lines in a scalar
For more info on $\ look at perlvar{ local $/ = undef; $info = <DATA>; }
I think that you mean "info on $/ look ...", at least that variable exists elsewhere. :)
|
---|