Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Flip-flop reset?

by aartisesha (Novice)
on Aug 30, 2006 at 06:54 UTC ( [id://570321]=note: print w/replies, xml ) Need Help??


in reply to Flip-flop reset?

Here is my suggestion:
foreach $line (@arr) { if ( $line =~ m{\s+\d+:\s+\d+\s*:(\S+:\S+:D\n?)$}g ) { #do something } }

To clarify: Are you concerned of matching (0:0:D) i.e. as per your statement "which I am scanning for processes which have a ':D' appended to the back of the :0:0"? The current expression given by you matches

13: 5456 :0:0 14: 5444 :0:0 15: 5445 :0:0 16: 14682 :1:0:D 17: 5450 :0:0 19: 5453 :0:0 20: 14626 :0:0:D

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-19 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found