Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Compress a entire directory

by thomas895 (Deacon)
on Jul 11, 2014 at 00:51 UTC ( [id://1093161]=note: print w/replies, xml ) Need Help??


in reply to Compress a entire directory

In addition to what is already suggested:
Read the man page for zip or tar, then choose from:

  1. Using backticks. See perlop.
  2. Using a pipe, where supported. See perlopentut and/or IPC::Open2.
  3. Using system. See it's documentation.

(Also discussed in perlfaq8#How do I start a process in the background?)

.
~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-24 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found