in reply to Re^5: Archive::Zip errors
in thread Archive::Zip errors
But this will not:open(WOBBLE, ">/caralan_com/system/proofing/cam_proofs/steve/live/fl +unk2.txt"); my $zip = Archive::Zip->new(); $zip->addTree( '/delme/wibble', 'customer_uploads' ); $zip_return_code = $zip->writeToFileHandle('WOBBLE'); close(WOBBLE);
my $zip = Archive::Zip->new(); $zip->addTree( '/delme/wibble', 'customer_uploads' ); $zip_return_code = $zip->writeToFileNamed('/delme/$proofstem.zip');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Archive::Zip errors
by pboin (Deacon) on Nov 04, 2005 at 17:19 UTC |