Help for this page

Select Code to Download


  1. or download this
    print SUM2 foreach @sorted_recs;
    
  2. or download this
    foreach my $array_ref( @sorted_recs ) {
      print SUM2 foreach ( @$array_ref };
    }