Help for this page

Select Code to Download


  1. or download this
    [
                                     {
    ...
                                       'total_rate' => 250,
                                     }, 
                      ]
    
  2. or download this
             [
                                     {
    ...
                                     }, 
       
                      ]
    
  3. or download this
    
    my @sorted = 
            sort { (exists $a->{vtype_ug}) ? -1 : 0} 
            sort { $a->{total_rate} <=> $b->{total_rate} }