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