in reply to Re: (ar0n) Re: Automating Firewall Log Reporting
in thread Automating Firewall Log Reporting

I figured it out. Since this a multidimensional array, I have to pull my data out as such:
$ips[0][0], $ips[1][0], $ips[1][1], etc.

There's nothing like figuring something out yourself.