RSS | Module Info | Add a review of Hash-Work
Hash-Work
(0.03)
General "utility libraries" such as these are not useful; this one provides harder-to-use and slower implementations than just performing native operations.
for example:
- merge_hashes{ \%hash1, \%hash2, \%hash3) just calls into Hash::Merge
- copy_hash_values is longer to type *and slower* than %newhash = %hash; as it copies every hash element separately.
Karen Etheridge - 2010-12-10T12:09:46 (permalink)
4 out of 6 found this review helpful.
Was this review helpful to you?
Yes
No

