Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Checking if a file is present in a ZIP archive

by Gulliver (Monk)
on Mar 25, 2011 at 21:38 UTC ( [id://895604]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Checking if a file is present in a ZIP archive
in thread Checking if a file is present in a ZIP archive

I just tried eval also (you need a semicolon after the block following eval I found out) and it was the same.

I also tried 'no warnings;' for the block containing the read($file) and that didn't help. I have always checked the file extensions before opening something but someone could clobber my file.

I'm curious now to look under the hood of Archive::Zip even though I probably won't understand it.

  • Comment on Re^3: Checking if a file is present in a ZIP archive

Replies are listed 'Best First'.
Re^4: Checking if a file is present in a ZIP archive
by Anonymous Monk on Mar 25, 2011 at 23:46 UTC
    It is probably a wrapper for a library (ZLib?) that might be spewing to STDERR. I hate it when libraries do that.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://895604]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found