http://qs321.pair.com?node_id=11113281


in reply to Re: Inheritable configuration options.... but with default values? (updated)
in thread Inheritable configuration options.... but with default values?

This order of hash entries will mean the global values override the local.

It should be:

my %cfg=( %base::cfg, on_error => "warn", );