Help for this page

Select Code to Download


  1. or download this
    sort { exists $b->{vtype_ug} <=> exists $a->{vtype_ug} }
    
  2. or download this
    sort { (exists $b->{vtype_ug} <=> exists $a->{vtype_ug})
                                        ||
                      ($a->{total_rate} <=> $b->{total_rate})
    }