Help for this page
BEGIN { open(STDERR, ">>E:/foo/bar.err") or die "invisible error"; ... # and then, further down .. Config::Simple->import_from('E:/foo/foo.conf', \%c);
BEGIN { open(STDERR, ">>$path/bar.err") or die "invisible error"; ... # and then, further down .. Config::Simple->import_from('$path/foo.conf', \%c);