while(<$logfile>){ push @ip_addresses, (split / /, $_)[2]; } [download]
In reply to Re: regex for perl script by Utilitarian in thread regex for perl script by Anonymous Monk