Help for this page

Select Code to Download


  1. or download this
    my @sorted =  sort { $$a[0] <=> $$b[0] } @{$simulations[$simulation_in
    +dex]->{"SPECIAL"} };
    $simulations[$simulation_index]->{"SPECIAL"} =\@sorted;
    
  2. or download this
    $simulations[$simulation_index]->{"SPECIAL"} = \{sort {$$a[0] <=> $$b[
    +0] } @{$simulations[$simulation_index]->"SPECIAL"} }};