Help for this page

Select Code to Download


  1. or download this
    package My::Config;
    
    ...
    }
    
    1;
    
  2. or download this
      my $conf = My::Config->instance;
      print "Config for var1 is $conf->{var1}\n";