Help for this page

Select Code to Download


  1. or download this
    # In my cgi script...
    use My::Config;
    ...
    
    # etc.
    
  2. or download this
    
    package My::App::Page;
    
    my $db_password = $My::App::config->get('db_password');