Help for this page

Select Code to Download


  1. or download this
    
    my $conf = Config::General->new($cfgfile) || die "New config with $cfg
    +file failed: $!";
    my %config = $conf->getall  || die "config->getall with $cfgfile faile
    +d: $!";
    
  2. or download this
    
    my $conf = Config::General->new($cfgfile);# || die "New config with $c
    +fgfile failed: $!";
    my %config = $conf->getall;#  || die "config->getall with $cfgfile fai
    +led: $!";