in reply to Re: Parsing multiline string line by line
in thread Parsing multiline string line by line

Ooh! A new thing! I never knew this before. (It's not mentioned in the crib-sheet page I tend to use.)

Does it do anything with references to other types as well?

--
use JAPH;
print JAPH::asString();

  • Comment on Re^2: Parsing multiline string line by line

Replies are listed 'Best First'.
Re^3: Parsing multiline string line by line
by AnomalousMonk (Archbishop) on Feb 19, 2009 at 21:01 UTC
    The manpage for open gives open FILEHANDLE,MODE,REFERENCE as a way to call open, but, oddly, neither the manpage nor perlopentut seems to discuss it further (as far as I can see from a very quick scan of those two documents). Anyone know where this may be discussed?