while (<DATA>) { if ($_ =~ /^(\d+\s+\[\d+\.\d+\.\d+\.\d+\]\s+[\d+\.\d+\.\d+\.\d+\]) +/) { print "Match=$1\n"; } }
The addition of getting the field is an excersize left to the reader.
In reply to Re: regex needed
by MZSanford
in thread regex needed
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |