Help for this page

Select Code to Download


  1. or download this
    my $xml = XMLin($data);
    
  2. or download this
    my $genes = XMLin($data, 
      keyattr    => { gene => 'id' },
      forcearray => [ 'gene' ],
    );
    
  3. or download this
    XMLin(\*DATA, ...);