https://github.com/zag/p5-tie-unionhash
Union hashes
https://github.com/zag/p5-tie-unionhash
Last synced: about 2 months ago
JSON representation
Union hashes
- Host: GitHub
- URL: https://github.com/zag/p5-tie-unionhash
- Owner: zag
- Created: 2015-12-05T16:21:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T16:22:38.000Z (over 9 years ago)
- Last Synced: 2025-04-14T20:17:42.230Z (about 2 months ago)
- Language: Perl
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Tie::UnionHash
========================Merge multiple hashes into a one hash
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
AUTHOR
Zahatski Aliaksandr
[email protected]COPYRIGHT AND LICENCE
Copyright (C) 2007 Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.