in reply to Re^2: Archive::Zip Compaitibility Issues??
in thread Archive::Zip Compaitibility Issues??

I cut and pasted this and got the following error: Can't locate object method "New" via package "Archive::Zip" at use_test.pl line 7.
  • Comment on Re^3: Archive::Zip Compaitibility Issues??

Replies are listed 'Best First'.
Re^4: Archive::Zip Compaitibility Issues??
by Commy_Code_Monkey (Acolyte) on Dec 15, 2008 at 20:24 UTC
    So I guess this means that my Computer is a pile... Because that EXACT code you ran to error... just does nothing for me.
    Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\>perl zipper.pl C:\>
      Try
      perl.exe zipper.pl perl5.10.0.exe zipper.pl C:\perl\bin\perl.exe zipper.pl

        FWIW — just in case someone digs this up later and wonders what the issue had been — the OP had mentioned in the chatterbox yesterday that it was an old version of Compress::Zlib someone else had installed that made "use Archive::Zip;" fail.

        Unfortunately, s/he did not consider it necessary (so far) to 'close' the thread properly by posting a quick update stating that the problem was solved by getting rid of that old Compress::Zlib version...