Help for this page
package Config; ... # keep stuff happy 1;
rootdir = /usr/tmp
use Config; print "Root Directory is " . Config->rootdir . "\n";