Help for this page
#!/usr/bin/perl use strict; ... my ($team, @field) = split; push @{ $data{$team} }, \@field; }
#!/usr/bin/perl use strict; ... push @{ $data{$col[TEAM]}{SCORES} }, $col[SCORES]; push @{ $data{$col[TEAM]}{METRICS} }, $col[METRICS]; }