my %comments; ... push @{$comments{$post_url}}, $comment; #### for my $c (@{$comments{$post_url}}) { print "$c\n"; }