Help for this page

Select Code to Download


  1. or download this
    $/ = '</species>.$/;
    my $prev_rec='';
    ...
      $prev_rec = $_;
      # process $_ somehow as it is unique
    }
    
  2. or download this
    use Data::Dumper;
    
    if (Dumper(\%struct1) eq Dumper(\%struct2)) {
      do something;
    }