Hash::Override

Merges nested data structures
Download

Hash::Override Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Petrea Corneliu Ştefan
  • Publisher web site:
  • http://search.cpan.org/~wsdookadr/

Hash::Override Tags


Hash::Override Description

Hash::Override is a Perl module that was designed to be used for merging json configuration files which had overlapping keys or overlapping values. There are many ways to do this depending on the situation so read through the documentation to find out if it is what you need(It was for me at the time of writing this).SYNOPSIS use Hash::Override; my $A = { key1 => , key2 => 'v1', }; my $B = { key1 => , key2 => 'v1', }; merge_hash_override($A,$B);Product's homepage


Hash::Override Related Software