Help for this page

Select Code to Download


  1. or download this
    <Things>
       <Thing>
    ...
          </Mineral>
       </Thing>
    </Things>
    
  2. or download this
    $Var1 = \{
         'Thing' => [
    ...
                }
               ]
        };
    
  3. or download this
    foreach my $e ( @{ $SOAPresult->{Thing} } ) {
        print "$e->{*wildcard here*}{ThingName}\n";
    }