Help for this page

Select Code to Download


  1. or download this
    my @names          = @{ $sth->{NAME_uc} };
        my @ordered_values = ();
    ...
        my $testxml =
          XMLout( \@ordered_values, NoAttr => 1, RootName => 'dataset', );
        print $testxml;
    
  2. or download this
    $VAR1 = [
              'NPA',
    ...
      <anon></anon>
    </dataset>