Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: One-liner parses ippl log for suspicious packets

by blakem (Monsignor)
on Jan 09, 2002 at 04:20 UTC ( [id://137321]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    `(?<!pattern)'
            A zero-width negative look-behind assertion.
            For example `/(?<!bar)foo/' matches any
            occurrence of "foo" that does not follow "bar".
            Works only for fixed-width look-behind.
    
  2. or download this
    perl -ne 'print if /(?<!time)\(/' < ippl.log > ippl.noteworthy
    

Log In?
Username:
Password:

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

    No recent polls found