Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Misunderstanding negative look behind

by bronto (Priest)
on May 30, 2012 at 09:44 UTC ( [id://973238]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ^\s*$ (empty line)
    ^\s*#.*$ (comment line)
    ^[a-fA-F0-9:\.]+(\s+[a-zA-Z0-9\.-]+)+\s*$ (host record)
    
  2. or download this
    (?<!10\.20\.11\.99\s)kvm-test-v06.+
    
  3. or download this
    (?<!10\.20\.11\.99\s)kvm-test-v06.*
    
  4. or download this
    127.0.0.1    localhost
    10.20.11.99    kvm-test-v06.example.com    kvm-test-v06
    ...
    1.2.3.5    kvm-test-v06 more garbage
    1.2.3.6    litter kvm-test-v06
    1.2.4.7    kvm-test-v06.example.com kvm-test-v06
    

Log In?
Username:
Password:

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

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

    No recent polls found