Help for this page
# In my cgi script... use My::Config; ... # etc.
package My::App::Page; my $db_password = $My::App::config->get('db_password');