in reply to Re^8: Hash Value via Data::Dumper
in thread Hash Value via Data::Dumper

I get

User xyz123 had 5 searches on connection 13570 => Bad user! User xyz123 had 5 searches on connection 13572 => Bad user! User someoneelse had 2 searches on connection 13571 $VAR1 = { 'xyz123' => [ '13570', '13572' ], 'someoneelse' => [ '13571' ] }; $VAR1 = { '13571' => [ '04/Jun/2013:18:06:17 -0600', '04/Jun/2013:18:06:17 -0600' ], '13572' => [ '04/Jun/2013:15:06:13 -0600', '04/Jun/2013:15:06:14 -0600', '04/Jun/2013:15:06:15 -0600', '04/Jun/2013:15:06:16 -0600', '04/Jun/2013:15:06:17 -0600' ], '13570' => [ '04/Jun/2013:15:06:13 -0600', '04/Jun/2013:15:06:14 -0600', '04/Jun/2013:15:06:15 -0600', '04/Jun/2013:15:06:16 -0600', '04/Jun/2013:15:06:17 -0600' ] };