Perl is a well-liked programming language and among its key pros is the fact that it supports the so-called modules - short pieces of program code which contain subroutines and execute various tasks. The useful side of employing modules is that you do not have to write custom code or include the whole code for some task each time it should be performed. Alternatively, you will be able to include just a single line in your Perl script that calls a given module, that in turn will perform the needed action. Not only will this give you shorter and improved scripts, but it will help you make modifications a lot quicker and much easier. In case you are not a programmer, yet you would like to employ a Perl application that you've discovered on the worldwide web, for example, it is very likely that the application will require certain modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Cloud Hosting

All our Linux cloud packages come with over 3400 Perl modules which you're able to work with as a part of your CGI scripts or web-based apps. They include both widespread and less popular ones, so as to supply you with different options with regard to what functions you will be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list is available in the Server Information section of our tailor-made Hepsia website hosting Control Panel, that is featured with all the shared accounts. In the same location, you'll find the Perl version which we have as well as the path to the modules that you'll have to use in your scripts in order to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you wish to use a Perl-based web app or CGI script, you'll be able to use 3400+ different modules that can be found on our cloud hosting platform and are part of each and every semi-dedicated server that we provide. You'll be able to see the full list at any moment using your Hepsia Control Panel along with the folder path necessary for your scripts to access the modules. We realize the fact that some third-party apps might need modules which aren't really popular in order to work properly, hence the big number we've installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you will be able to use with your Perl applications no matter the package you pick.