mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ff3e7424e4
- Use USE_PERL5=configure - Update PLIST - Bump PORTREVISION for package change - Reformat and shorten pkg-descr - Use single space after WWW:
11 lines
502 B
Plaintext
11 lines
502 B
Plaintext
Recursively evaluate a BLOCK over a list of data structures (locally setting $_
|
|
to each element) and return the list composed of the results of such
|
|
evaluations. $_ can be used to modify the elements.
|
|
|
|
Data::Rmap currently traverses HASH, ARRAY, SCALAR and GLOB reference types and
|
|
ignores others. Depending on which rmap_* wrapper is used, the BLOCK is called
|
|
for only scalar values, arrays, hashes, references, all elements or a
|
|
customizable combination.
|
|
|
|
WWW: http://search.cpan.org/dist/Data-Rmap/
|