my %config = do "config.pl" or die("can't recreate config file: $! $@"); #### do "martha.225" or die("can't recreate config file: $! $@"); #### use AppConfig; #### package AppConfig; our @ISA = 'Exporter'; use Exporter; our @EXPORT = '%config'; our %config = do "martha.225" or die("can't recreate config file: $! $@"); 1;