Help for this page
package MyConfig; ... our $testvar = "Hello world."; 1;
#!/usr/bin/perl ... use MyConfig; print $MyConfig::testvar, "\n";