Help for this page

Select Code to Download


  1. or download this
    use 5.008008;
    use strict;
    ...
        };
        return $return_string;
    };
    
  2. or download this
    # --- MakeMaker post_constants section:
    INSTALL_CONF_DIR = $(INSTALLSITELIB)/../conf
    ...
        $(MKPATH) $(INSTALL_CONF_DIR)
        $(CP) $(CONF_FILES) $(INSTALL_CONF_DIR)
        $(CHMOD) 644 $(INSTALL_CONF_DIR)/*