Help for this page

Select Code to Download


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