Help for this page
Select Code to Download
Select
or
download this
print $xml->{'gene' => {'id', 'label'}}, "\n";
Select
or
download this
print "$xml->{'gene'}{'id'}, $xml->{'gene'}{'label'}\n";
Select
or
download this
print @{ $xml->{'gene'} }{'id','label'}, "\n";