Help for this page

Select Code to Download


  1. or download this
    package MyProgramConfiguration ;
    
    ...
      # I don't care how you called me (class or object method)
      return %config ;
    }
    
  2. or download this
    use strict ; # don't leave it out
    use MyProgramConfiguration ;
    
    my %c = MyProgramConfiguration->gimmeconf() ;