in reply to Re: XML Transaction - random access.
in thread XML Transaction - random access.
$hashref = eval{ XMLin($XMLinaString, forcearray => 1) }; xml_parse_failure($@) if $@; # an error trapping sub
--
Check out my Perlmonks Related Scripts like framechat,
reputer, and xNN.
|
---|