in reply to Re^4: To Framework or not to Framework
in thread To Framework or not to Framework

I'm not sure I can install [Pure-Perl modules from CPAN] via cPanel

FWIW, on my shared host with cPanel, I've even installed XS-based modules via cPanel. At one point, they upgraded perl (thus obsoleting the compiled modules I had already installed) and disabled gcc access; but one trouble-ticket later, and it was re-enabled, and cPanel would let me install those modules again. So cPanel itself isn't enough of a hurdle to prevent installing pure-Perl or even XS modules. But yes, some hosts who use cPanel might not be so friendly and allow you to install XS modules

And even outside of cPanel's interface: since you can use lib ... in your script, you can upload Pure-Perl modules someplace in your user hierarchy, and direct your script to load modules from there.

Replies are listed 'Best First'.
Re^6: To Framework or not to Framework
by Bod (Parson) on Nov 24, 2020 at 00:01 UTC

    Some years ago UK2 allowed compiler access then one day I went to install a module and found I couldn't. A support ticket revealed the answer that the compilers had been disabled for shared hosting. I might try again with another support ticket.

    Another reason that I should really change to VPS - besides not being sure that a dedicated server is not a better option, the only thing stopping me going to VPS hosting is the work migrating websites and the potential for business interruption as our bespoke CRM (written in Perl) is hosted there along with three business websites.