Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <camelids>
    ...
        </conservation>
      </species>
    </camelids>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
       print " ($key) ";
       print "\n";
    }
    
  3. or download this
    print $doc->{species}->{$key}->{'physical-characteristics'}[0];
    
  4. or download this
    print $doc->{species}->{$key}->{'physical-characteristics'}['mass'];