Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Perl launching process

by pwagyi (Monk)
on Dec 14, 2018 at 01:12 UTC ( [id://1227225]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl launching process
in thread Perl launching process

Regarding #3, backtick does not capture stderr by default? Unless shell redirection is used?

Replies are listed 'Best First'.
Re^3: Perl launching process
by hippo (Bishop) on Dec 14, 2018 at 08:58 UTC

    It does not, as a trivial test will confirm.

    $ perl -e 'print "###", `chown foo /`, "###\n"'

Log In?
Username:
Password:

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

    No recent polls found