- or download this
while (my $invoice = $sth->fetchrow_hashref) {
my $tmp = $invoice->{amazon_order_id};
...
print Dumper($invoice_items);
}
}
- or download this
TEST: ARRAY
Not an ARRAY reference at make.cgi line 34.
- or download this
push @{$invoice_items->{$tmp}} = {
... vals
}