Help for this page

Select Code to Download


  1. or download this
    package my::data;
    
    ...
    }
    
    1;
    
  2. or download this
    use my::data;
    
  3. or download this
    $data = my::data->Config('root', 'local');
    
  4. or download this
    my::data->Config('root', 'local' => 'c:/local_path');