- or download this
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<ettx ver="2">
...
</level>
</table>
</ettx>
- or download this
package ETTX;
use strict;
...
$self->{ettxFile} = $ettxFile;
1;
}
- or download this
my $ettx = ETTX->new();
$ettx->load($ettxFile);