Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Where does the 6th process come from?

by Anonymous Monk
on Apr 22, 2017 at 15:27 UTC ( [id://1188624]=note: print w/replies, xml ) Need Help??


in reply to Re: Where does the 6th process come from?
in thread Where does the 6th process come from? [SOLVED]

The [p] should obviate the need for grep -v, but maybe you should use quotes around the pattern: grep '[p]erl', or better yet,
my $procs = grep /perl/, qx(ps aux);

Log In?
Username:
Password:

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

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

    No recent polls found