Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       Data::Dumper->new( [ \ %parsedRecords ], [ q{*parsedRecords} ] );
    $dd->Indent( 1 );
    print $dd->Dumpxs;
    
  2. or download this
    5 records found
    Species: Caragana arborescens
    ...
        'family' => 'Boletaceae'
      }
    );