my $data = []; foreach my $i (@$times) { add_column( $data, "invalid w/out an alt' />{$i}, "$hilo->{$i}: $temperatures->{$i}°F", "PoP: $precip->{$i}%" ); } print ""; foreach my $col ( @$data ) { print '', @$col, ''; } print "
"; sub add_column { my $table = shift; foreach my $i ( 0 .. $#_ ) { push @{$table->[$i]}, "$_[$i]}"; } }