Help for this page

Select Code to Download


  1. or download this
      package G;
      use strict;
      use Config::General;
      use vars qw( %CF );
      %G::CF = ParseConfig("./config.dat");
    
  2. or download this
    use strict;
    my $foo = $G::CF{foo}