Use Hash::Util::FieldHash or ties, depending on availability Maintained by:perl@FreeBSD.org Port Added: 30 Aug 2008 14:50:30 Also Listed In:perl5 License: not specified in port
Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.
WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
To install the port:cd /usr/ports/devel/p5-Hash-Util-FieldHash-Compat/ && make install clean To add the package:pkg_add -r p5-Hash-Util-FieldHash-Compat
Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,
depending on availability.
Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
with that module.
WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/