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