my @data; foreach my $zip(@zipcode) { ... $tree = $tpp->parsehttp( GET => $url ); push @data, $tree; } print FILE Dumper \@data;