Binary package “libdata-rmap-perl” in ubuntu noble

Perl module implementing a recursive map, applying a block to a data structure

 Data::Rmap traverses HASH, ARRAY, SCALAR and GLOB reference types,
 evaluating a BLOCK for either only scalar values, arrays, hashes,
 references, all elements or a customizable combination of these, and
 returns a list composed of the results of such evaluations.