in reply to Re: Restriction on getting multiline data into a string
in thread Restriction on getting multiline data into a string

In the risk of stating the obvious, I'd like to point out that this is documented in perlvar (search for the section for "$/"). I recall that this is a fairly new addition to Perl, but at least, it is documented to work for perl 5.005_03. So it's not that recent. :)
  • Comment on Re: Re: Restriction on getting multiline data into a string