Help for this page

Select Code to Download


  1. or download this
    my %alt_seqindex;
    $alt_seqindex{lc $key} = $key while (my ($key) = each %seqindex);
    
  2. or download this
    $value = $seqindex{$alt_seqindex{lc $key}};
    
  3. or download this
    package BerkeleyDB::Hash::CasePreserve;
    use BerkeleyDB;
    ...
    }
    
    1;