Help for this page

Select Code to Download


  1. or download this
    package ConfigObjects;
    use strict;
    ...
    }
    1;
    __END__
    
  2. or download this
    my $cfg_obj=ConfigObjects->new(-ConfigFile => $opt_config_file);
    pod2usage(-verbose => 1, -exitval => 1, -msg => "ERROR: Config file ha
    +s errors") unless ($cfg_obj->CFG_check_cfg);