Hi, I've been working at setting up a local development server to give my older sites a refresh. They're coded in PERL CGI.
I've got everything working from the DEV environment, but the script reference to "use cPanelUserConfig.pm" isn't something I'm sure how to navigate.
It was a while ago that my host (HostDime) stopped supporting many direct-installed perl modules, and instead made them available only via cPanel. I suppose I could install the modules I was using directly (the old-fashioned way!) but that would mean I would need to change the script headers *every time* I push or pull my code to the live server.
Are there any workarounds or best practices that I'm not aware of?
I've got everything working from the DEV environment, but the script reference to "use cPanelUserConfig.pm" isn't something I'm sure how to navigate.
It was a while ago that my host (HostDime) stopped supporting many direct-installed perl modules, and instead made them available only via cPanel. I suppose I could install the modules I was using directly (the old-fashioned way!) but that would mean I would need to change the script headers *every time* I push or pull my code to the live server.
Are there any workarounds or best practices that I'm not aware of?