Help for this page

Select Code to Download


  1. or download this
    my $cfg = App::Config->new({
        'CASE'  =>  0
    ...
        'CMDARG'    =>  [ "-p" ], 
        'ARGCOUNT'  =>  1 
    });
    
  2. or download this
    my $cfg = Local::Config->new({
        'CASE'  =>  0
    ...
            'ARGCOUNT'      =>  1
        }
    });
    
  3. or download this
    package Local::Config;
    
    ...
    1;
    
    __END__