Util.pm: new filedb_atomic_grep function
commita307212cb8dcd1faf1f0a706930cf4e555f3b633
authorKyle J. McKay <mackyle@gmail.com>
Fri, 5 Jul 2013 02:38:26 +0000 (4 19:38 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 7 Jul 2013 05:15:55 +0000 (6 22:15 -0700)
tree8be1c30ede1134c5e93043b6047a6599eccfa86c
parentc422d907ebc253b393c60e4c262295c3c0f13ad2
Util.pm: new filedb_atomic_grep function

The filedb_atomic_grep function works similarly to the
perl grep function in that an array of the non-empty
values returned by the subroutine is the final result.
Girocco/Util.pm