SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Rmap rpm build for : RedHat Other. For other distributions click perl-Data-Rmap.

Name : perl-Data-Rmap
Version : 0.62 Vendor : Dag Apt Repository, http://dag_wieers_com/apt/
Release : 1.el2.rf Date : 2008-10-07 22:54:55
Group : Applications/CPAN Source RPM : perl-Data-Rmap-0.62-1.el2.rf.src.rpm
Size : 0.03 MB
Packager : Dries Verachtert < dries_ulyssis_org>
Summary : Recursive map, apply a block to a data structure
Description :
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.

The list of data structures is traversed pre-order in a depth-first
fashion. That is, the BLOCK is called for the container reference before
is it called for it\'s elements (although see \"recurse\" below for
post-order). The values of a hash are traversed in the usual \"values\"
order which may affect some applications.

If the \"cut\" subroutine is called in the BLOCK then the traversal stops
for that branch, say if you \"cut\" an array then the code is never called
for it\'s elements (or their sub-elements). To simultaneously return
values and cut, simply pass the return list to cut:
\"cut(\'add\',\'to\',\'returned\');\"

The first parameter to the BLOCK is an object which maintains the state
of the traversal. Methods available on this object are described in
\"State Object\" below.

RPM found in directory: /vol/rzm3/linux-dag/dag/redhat/el2.1/en/i386/dag/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Data-Rmap-0.62-1.el2.rf.noarch.rpm
ftp.icm.edu.pl  perl-Data-Rmap-0.62-1.el2.rf.noarch.rpm
ftp.icm.edu.pl  perl-Data-Rmap-0.62-1.el2.rf.noarch.rpm
ftp.icm.edu.pl  perl-Data-Rmap-0.62-1.el2.rf.noarch.rpm
     

Provides :
perl(Data::Rmap)
perl-Data-Rmap

Requires :
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.6.1/Data
/usr/lib/perl5/vendor_perl/5.6.1/Data/Rmap.pm
/usr/share/doc/perl-Data-Rmap-0.62
/usr/share/doc/perl-Data-Rmap-0.62/Changes
/usr/share/doc/perl-Data-Rmap-0.62/INSTALL
/usr/share/doc/perl-Data-Rmap-0.62/MANIFEST
/usr/share/doc/perl-Data-Rmap-0.62/META.yml
/usr/share/doc/perl-Data-Rmap-0.62/README
/usr/share/man/man3/Data::Rmap.3pm.gz

 
ICM