in reply to Match a Log Entry Only If a Certain Keyword is not Present
for my $ok(grep !defined( $hash{ $_ }{ created }), keys( %hash )){ print "$ok == $hash{$ok}{action}\n"; } [download]
One world, one people