Help for this page

Select Code to Download


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