Perl is a well-liked programming language and one of its main pros is that it supports the so-called modules - short bits of program code which include subroutines and perform multiple tasks. The beneficial side of using modules is the fact that you won't have to create custom program code or include the whole code for some task whenever it should be executed. Alternatively, you can include only a single line in your Perl script that calls a given module, that consequently will execute the necessary task. Not only will this lead to shorter and more optimized scripts, but it will help you make changes a lot quicker and easier. In case you aren't a programmer, yet you would like to start using a Perl app that you've found on the web, for instance, it is very likely that the app will need some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

All of our Linux cloud website hosting packages include over 3400 Perl modules that you will be able to employ as a part of your CGI scripts or web-based applications. They contain both popular and less popular ones, in order to supply you with a choice in terms of what capabilities you're able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list accessible in the Server Information area of our custom-made Hepsia hosting Control Panel, that is provided with all the shared accounts. In the same place, you can find the Perl version which we have along with the path to the modules that you'll need to use within your scripts in order to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

When you wish to employ a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that are available on our cloud hosting platform and are part of each semi-dedicated server we provide. You'll be able to see the full list at any time through your Hepsia CP alongside the folder path needed for your scripts to access the modules. We identify the fact that some third-party applications could need modules which aren't quite popular in order to run properly, hence the large amount we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules which you shall be able to use with your Perl applications irrespective of the package that you opt for.