Help for this page

Select Code to Download


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