Help for this page
#!/usr/bin/perl use strict; ... # print Dumper get_value_for_key($complex, 'key_of_hash'); # say get_value_for_keys($complex, 'key_of_hash', 'key_of_hash_of_hash +es', 'opt3'); # print Dumper $complex;