in reply to Re^3: help with an array of arrays
in thread help with an array of arrays
my $min_diff_past = max (@all_date_diffs_past); for my $j ( 0 .. $#AoA_past ) { if ($AoA_past[$j][1]==$min_diff_past) { print $AoA_past[$j][0]."\t"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: help with an array of arrays
by LanX (Saint) on Sep 17, 2018 at 04:04 UTC | |
|
Re^5: help with an array of arrays
by AnomalousMonk (Archbishop) on Sep 16, 2018 at 22:45 UTC |