Help for this page
package MyConfig; ... our $database="thedata"; 1;
|random handwaving here... use MyConfig; ... my $database=$MyConfig::database; | now do something with it...