Posted on 2008-02-19 22:52:24-08 by tbsmith
No such file or directory error when archiving orders
Hi, I have this code in my script:
my $archive = Google::Checkout::Command::ArchiveOrder->new(order_number => $gon); my $response = $gco->command($archive); print O "archive response [$response]\n";
Other commands sent to Google work (like to tell it a package has been shipped) and $gon is what it should be. I get this output: archive response [2: No such file or directory] How can I debug this? -Thanks
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.