in reply to Re^2: Strange problem with Config::General
in thread Strange problem with Config::General
Try dumping your $conf object just to be sure the problem isn't on that side (I really don't think so). You could also try making list context even more explicit with : my (%config,) = ($conf->getall,); # Now that's overdoing it and see if it changes anything.
If you can't get any further, try to reduce your program as much as possible until you reach the minimum conditions to reproduce the defect. And tell us on which versions of Perl you work in both cases
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Strange problem with Config::General
by OfficeLinebacker (Chaplain) on Nov 18, 2013 at 17:17 UTC | |
by Eily (Monsignor) on Nov 18, 2013 at 17:50 UTC |