push @AoH, { email => $email, reason => $reason, std_reason => $std_reason }; #### my $href = ""; my $role = ""; for $href ( @AoH ) { print "{ "; for $role ( keys %$href ) { print "$role=$href->{$role} "; } print "}\n"; } #### sub Bounce($) { my @AoH = @_;