Help for this page

Select Code to Download


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