Help for this page

Select Code to Download


  1. or download this
    $xml = new XML::Simple (KeyAttr=>[],ForceArray=>['substrate','product'
    +]);
    
  2. or download this
    foreach $g (@{$data->{reaction}}){
            $length = scalar @{$g->{substrate}};
            print " $g->{name}, len = $length\n";
    }