- or download this
use XML::Simple;
local $XML::Simple::PREFERRED_PARSER = 'XML::Parser';
$xml->XMLin($file,ForceArray => ['map'], KeyAttr =>{},);
- or download this
package ETTX;
use strict;
...
# print Dumper($self);
1;
}
- or download this
use lib 'C:\Texts\Programs'; #wherever ETTX.pm is
use ETTX;
my $ettxFile = 'someXMLfile.ettx';
my $ettx->load($ettxFile);
- or download this
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<ettx ver="2">
...
</level>
</table>
</ettx>