in reply to Re^3: XML::Twig output to filehandle
in thread XML::Twig output to filehandle

I think its $/ from
undef $/; my $XML = <DATA>;

Replies are listed 'Best First'.
Re^5: XML::Twig output to filehandle
by mirod (Canon) on Feb 13, 2009 at 09:32 UTC

    Oh yeah, I missed that one. It's obviously only there for the code example though. I hope the OP doesn't store the real data in the DATA section of the code!