Help for this page
package ConfigObjects; use strict; ... } 1; __END__
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);