Help for this page

Select Code to Download


  1. or download this
    my @tc = param("checkbox"); #like: 001.001 002.001 003.001 004.001
    
  2. or download this
    <exec>
        <tc id="001.100"></tc>
    ...
        <tc id="003.100"></tc>
        <tc id="004.100"></tc>
    </exec>
    
  3. or download this
    my $xml = new XML::Simple (Outputfile => $conf,
                               RootName=>'exec');
    ...
    $data = $xml->XMLout($exec);
    print Dumper($data);
    }