Help for this page

Select Code to Download


  1. or download this
    use Sort::Naturally;           # from CPAN
    foreach $orf (nsort keys %mips) {
        push @mips, $mips{$orf};
    }
    
  2. or download this
    my @mips = @mips{nsort keys %mips};