Help for this page

Select Code to Download


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