Help for this page
package PlainConfig; use strict; ... } 1;
use PlainConfig; my $config=new PlainConfig; print "Username: ".$config->username."\n";