Help for this page

Select Code to Download


  1. or download this
    package PlainConfig;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use PlainConfig;
    my $config=new PlainConfig;
    print "Username: ".$config->username."\n";