Help for this page

Select Code to Download


  1. or download this
    package Config;
    require Exporter;
    ...
    # put values into a hash
     return \%data;
    }
    
  2. or download this
    package One;
    use Config qw(read_config);
    
    my $conf = read_config();