Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: qx and STDERR?

by bliako (Monsignor)
on Nov 26, 2019 at 08:22 UTC ( [id://11109234]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Capture::Tiny ':all';
     
    my ($stdout, $stderr, $exit) = capture {
      qx/ls -al file-does-not-exist/
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11109234]
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: (7)
As of 2024-04-19 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found