Help for this page

Select Code to Download


  1. or download this
    my $sqldata = [ {
                 'under' => '2',
    ...
        $a->{under} <=> $b->{under}
                      
     } @$sqldata ];
    
  2. or download this
    my $sqldata = [ {
                 'under' => '1',
    ...
                 'under' => '2',
                 'order' => '2'
                } ];