Help for this page

Select Code to Download


  1. or download this
    $tdata->{'TABLE-CAPTION'} = {'ID' => $_id, 'LONG-NAME' => {content => 
    +'Test results'}};
    
  2. or download this
        my $xmlParser  = new XML::Simple(
        RootName => 'TABLE',
        KeepRoot=>1,
    ...
            'TABLE-CAPTION' => 'ID',
            'ContentKey' => 'content',
        }
    
  3. or download this
    P>Testresults:</P><TABLE>
      <TABLE-CAPTION ID="ID42.401123046875">
    ...
          <ROW>
            <ENTRY COLNAME="test-id">
    ...