Help for this page

Select Code to Download


  1. or download this
    use Config;
    my $file = "/somedir/somefile";
    my $file_obj = Config->new($file);
    
  2. or download this
    package Config;
    use strict;
    ...
            _file => $_[1],
        }, $class;
    }