Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Parsing 'ps' output

by themage (Friar)
on Dec 28, 2006 at 11:26 UTC ( [id://592017]=note: print w/replies, xml ) Need Help??


in reply to Parsing 'ps' output

Hi vineet2004,

You would not be here asking us it it was correct, would you? I think your only mistake is in this line:
if(/^([\d]+)*(hullBts_static)/)
You are missing the dot (.) before the asterisk. It should be:
if(/^([\d]+).*(hullBts_static)/)
I don't see any other problem, and it should do what you want... I guess.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 02:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found