Help for this page
use strict; use warnings; ... my $p = MyConfig::P->new( $s ); $p->sss(); $p->ppp();
package MyConfig::P; ... } 1;