Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-MLDBM | Distribution: Mageia |
Version: 2.50.0 | Vendor: Mageia.Org |
Release: 10.mga9 | Build date: Sun Mar 20 10:34:15 2022 |
Group: Development/Perl | Build host: localhost |
Size: 32554 | Source RPM: perl-MLDBM-2.50.0-10.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/MLDBM | |
Summary: MLDBM - store multi-level hash structure in single level tied hash |
This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases. It works by serializing the references in the hash into a single string. In the underlying TIEHASH package (usually a DBM database), it is this string that gets stored. When the value is fetched again, the string is deserialized to reconstruct the data structure into memory. For historical and practical reasons, it requires the Data::Dumper package, available at any CPAN site. Data::Dumper gives you really nice-looking dumps of your data structures, in case you wish to look at them on the screen, and it was the only serializing engine before version 2.00. However, as of version 2.00, you can use any of Data::Dumper, FreezeThaw or Storable to perform the underlying serialization, as hinted at by the SYNOPSIS overview above. Using Storable is usually much faster than the other methods. See the BUGS section for important limitations.
GPL+ or Artistic
* Sun Mar 20 2022 umeabot <umeabot> 2.50.0-10.mga9 + Revision: 1804535 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-MLDBM /usr/share/doc/perl-MLDBM/Changes /usr/share/doc/perl-MLDBM/META.json /usr/share/doc/perl-MLDBM/META.yml /usr/share/doc/perl-MLDBM/MYMETA.yml /usr/share/doc/perl-MLDBM/README /usr/share/man/man3/MLDBM.3pm.xz /usr/share/perl5/vendor_perl/MLDBM /usr/share/perl5/vendor_perl/MLDBM.pm /usr/share/perl5/vendor_perl/MLDBM/Serializer /usr/share/perl5/vendor_perl/MLDBM/Serializer/Data /usr/share/perl5/vendor_perl/MLDBM/Serializer/Data/Dumper.pm /usr/share/perl5/vendor_perl/MLDBM/Serializer/FreezeThaw.pm /usr/share/perl5/vendor_perl/MLDBM/Serializer/Storable.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 7 12:18:56 2025