in reply to
Inline XML
Indeed you need to pass a reference to
DATA
:
\*DATA
:
my $template = $xs->XMLin( \*DATA ); # Parse inline XML file
Comment on
Re: Inline XML
Download
Code
In Section
Seekers of Perl Wisdom