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

Re: Need suggestion for selecting IPC::Open3 or backticks

by kennethk (Abbot)
on Nov 12, 2013 at 18:40 UTC ( [id://1062249]=note: print w/replies, xml ) Need Help??


in reply to Need suggestion for selecting IPC::Open3 or backticks

There are a few questions you need to ask yourself w.r.t. what external call technology to pick (IPC::Open3, system, `STRING`, fork/exec...). What degree of control/sandboxing do you need to have over the process? What kinds of control do you want to have over STDOUT/STDERR? What do you want/need to do with exit codes? I personally almost always use fork and exec, because then I can implement timeouts pretty easily.

Also, since you are working with tar, you may consider using Archive::Tar(CORE module) instead of command-lining it. That might make your error-handling dramatically more straight-forward.


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

  • Comment on Re: Need suggestion for selecting IPC::Open3 or backticks

Log In?
Username:
Password:

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

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

    No recent polls found