Help for this page

Select Code to Download


  1. or download this
    our $config;
    do './conf.pl' or die "Can't read config $!";
    print $config->{host_1};
    
  2. or download this
    # read in config files: system first, then user
    for $file ("/share/prog/defaults.rc",
    ...
                  warn "couldn't run $file"       unless $return;
              }
        }