Help for this page

Select Code to Download


  1. or download this
    my %HoH;
    
    ...
    }
    
    @AoH = sort { ${ $a }{id_a} <=> ${ $b }{id_a} } ( values %HoH );
    
  2. or download this
    my %HoH;
    
    ...
    }
    
    @AoH = sort { ${ $a }{id_a} <=> ${ $b }{id_a} } ( values %HoH );