in reply to creating multiple views of a hash by reordering its key and values
to get everything by Fred between the 6th and 16th of this month.@results = grep { $_->{user} eq 'Fred' and $_->{date} >= 1023318000 and $_->{date} <= 1024182000 } @$userdatefile;
|
|---|