Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Just another Perl shrine
 
PerlMonks  

Re: Extracing (and excluding) IP's from a file

by mjscott2702 (Pilgrim)
on Nov 09, 2010 at 15:39 UTC ( #870322=note: print w/ replies, xml ) Need Help??


in reply to Extracing (and excluding) IP's from a file

while(<>) { next until /vfiler1/; print (split)[2], "\n" if /^IP address:/; }

which would consume lines until the "vfiler1" line, then split lines beginnning with "IP address" on whitespace and print the third field - the address you are looking for.

Not tested! :)


Comment on Re: Extracing (and excluding) IP's from a file
Download Code

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (13)
As of 2013-05-24 08:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (500 votes), past polls