Help for this page

Select Code to Download


  1. or download this
    <code>
    # code => [ 'label', 'order' ]
    ...
         683 => [ 'babe', '4' ],
         001 => [ 'old fart', '5' ]
    );
    
  2. or download this
    @types_sorted = sort { $user_types{$a}[1] <=>  $user_types{$b}[1] } ke
    +ys %user_types;
    
    for $i (0 .. $#types_sorted) {
       make options list;
    }