Help for this page

Select Code to Download


  1. or download this
    sub new_ordered_hash {
       my %ordered_hash;
    ...
       %ordered_hash = @_;
       return \%ordered_hash;
    }