in reply to Re: Net::UPS causing undefined array ref error
in thread Net::UPS causing undefined array ref error
I was able to Dump just before the line in question.
Does this help? I guess I'm not sure if there should be any undef's, but you'd think the docs would point that out.
print Dumper ($from, $to, $packages, $args); $VAR1 = bless( [ undef, undef, '60446', undef, undef, undef ], 'Net::UPS::Address' ); $VAR2 = bless( [ undef, undef, '65432', undef, undef, undef ], 'Net::UPS::Address' ); $VAR3 = [ bless( [ undef, undef, undef, undef, undef, undef, '2.26' ], 'Net::UPS::Package' ) ]; $VAR4 = { 'mode' => 'shop', 'service' => 'GROUND' };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::UPS causing undefined array ref error
by grep (Monsignor) on Dec 19, 2006 at 04:21 UTC |