Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: cleanzip

by graff (Chancellor)
on Oct 21, 2008 at 02:11 UTC ( [id://718352]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system( 'unzip', $ZIP, '-d', $TMP );  # instead of 'system "unzip $ZIP
    + -d $TMP"'
    
  2. or download this
    $ZIP =~ s/([^\w.-])/\\$1/g;
    for $BADFILE ( @BADFILES ) {
    ...
          $RESULT = `zip -d $ZIP $BADFILE`;
          print $RESULT;
       } ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-12-07 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which IDE have you been most impressed by?













    Results (49 votes). Check out past polls.