# create a reference to a hash with @$times as keys and values: my $times_href = { map { $_ => $_ } @$times }; # add the image tagging to the $icon elements: $icons->{$_} = "{$_}\" alt=\"\" />" for ( keys %$icons ); print "\n"; for my $dref ( $icons, $times_href, $conditions, $hilo, $temperatures ) { print ""; print "" for ( @$times ); print "\n"; } print "
$dref->{$_}
\n";