Help for this page

Select Code to Download


  1. or download this
      sub read_config_file {
        my ($filename) = @_;
    ...
        do "$filename";
        if (length $@) { ... }
      }
    
  2. or download this
      tie %ConfigFile::, "ValueFetcher"