Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Archive::Zip

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Joined
Feb 6, 2002
Messages
1,851
Location
IL
Hi,

$NAME="J:/Rehost/PrinergyUpdates.txt";
warn "error zipping!" unless $zip->addFileOrDirectory($NAME) == AZ_OK;

Get error:

Can't call method "addFileOrDirectory" on an undefined value at script/rehost.pl line ...

Appreciate ideas.
Thanks


Long live king Moshiach !
 
Is $zip a valid Archive::Zip object? ;-)
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top