Help for this page

Select Code to Download


  1. or download this
      <FilesMatch "\.pm">
        PerlSetVar           RootNamespace   CEMS::EXT
        PerlFixupHandler     CEMS::AutoLoader
      </FilesMatch>
    
  2. or download this
    package CEMS::AutoLoader;
    
    ...
    }
    
    1;