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

Re: 7zip a folder

by Marshall (Canon)
on Oct 30, 2017 at 19:44 UTC ( [id://1202370]=note: print w/replies, xml ) Need Help??


in reply to 7zip a folder

Take a look at Perl system function.
I don't understand capture_merged{} in the context of your code.
What is "capture_merged"?.
I don't see an open to the file handle $log.

When debugging an error, simplify, simplify. See how you get on with:

my @args = ("command", "arg1", "arg2"); system(@args) == 0 or die "system @args failed: $?";
Single quotes, ' vs double quotes, " matter.

Replies are listed 'Best First'.
Re^2: 7zip a folder
by dasgar (Priest) on Nov 02, 2017 at 07:22 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found