- or download this
sub read_conf {
my $self = shift;
...
$conf->read($conf_file);
....
}
- or download this
Error in config file , line 1: unable to parse line at ....
- or download this
perl -MMyPackage -e 'local $/;my $obj = MyPackge->new;$obj->read_conf
+("/path/to/conffile");'