Help for this page

Select Code to Download


  1. or download this
    <exec>
        <tc id="001.001" version="">
        </tc>
    </exec>
    
  2. or download this
    foreach my $tc (@{$xml->{tc}}) {
        if ($tc->{id} eq '001.001') {
    ...
                  };
        }
    }