in reply to
Global Initialization while embedding Perl
well, "our" could be the problem. try
my $my_config
or
use vars qw/$my_config/;
and then exporting it if/as needed.
Comment on
Re: Global Initialization while embedding Perl
Select
or
Download
Code
In Section
Seekers of Perl Wisdom