Perl is a well-liked scripting language which is used to make different web-oriented apps, such as CGI scripts. One of the features that differentiate it from various other languages is the use of modules - parts of Perl program code that perform predefined tasks and they're commonly accepted. Basically, instead of creating tailor-made code to perform something or pasting tens and hundreds of lines of program code in the script, you can "call" some module which is already available for this particular task and use only several lines of code. As a result, your script will be executed much more quickly since it is much smaller. Using modules will, in addition make the script simpler to modify since you'll have to go through a smaller amount of code. If you want to use Perl on your site, you have to make sure that the needed modules are present on the server.
Over 3400 Perl Modules in Shared Website Hosting
When you want to work with Perl-based apps on your websites - ready-made from a third-party site or custom-made ones, you're able to take advantage of our huge module library. With over 3400 modules installed on our custom cloud website hosting platform, you'll be able to manage any kind of script, whatever the shared website hosting package that you pick. Once you log in to the Hepsia Control Panel that comes with all the accounts, you will be able to see the whole list of modules that we offer along with the path that you have to add to your scripts so that they can access these modules. Because we now have quite a large library, you will find both popular and very rarely used modules. We prefer to be on the safe side, so if some third-party script that you need to use requires a module that is not very popular, we'll still have it on our end.
Over 3400 Perl Modules in Semi-dedicated Servers
In case you would like to employ a Perl-based web app or CGI script, it shall be possible to use 3400+ different modules that can be found on our cloud hosting platform and are a part of every single semi-dedicated server that we provide. You will be able to see the whole list at any time via your Hepsia Control Panel along with the folder path needed for your scripts to access the modules. We realize the fact that some third-party applications might need modules that are not quite popular to run efficiently, hence the large amount which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules which you will be able to use with your Perl apps regardless of the plan that you opt for.