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

Re: Inconsistent system call from backticks vs system()

by hacker (Priest)
on Jul 01, 2003 at 15:10 UTC ( [id://270502]=note: print w/replies, xml ) Need Help??


in reply to Inconsistent system call from backticks vs system()

At what point did IPC::Open3 not work for you?

Try piping the output to a file, and see what errors (if any) appear in the file, something like:

my $result = `$cmd &>/tmp/$$.debug`;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-20 02:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found