Perl is a widely used programming language and among its key pros is that it supports the so-called modules - short pieces of program code that contain subroutines and do different tasks. The beneficial side of using modules is the fact that you will not need to create custom program code or add the whole code for a given task every time it has to be performed. Alternatively, you can include just a single line in your Perl script which calls a specific module, which in turn will execute the needed task. Not only will this result in shorter and enhanced scripts, but it will help you make adjustments swifter and easier. In case you are not a programmer, still you'd like to begin using a Perl application that you've discovered on the web, for example, it is very likely that the application will require certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Hosting

All of our hosting plans feature more than 3400 Perl modules which you're able to take advantage of as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, to provide you with different options regarding what capabilities you can add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list accessible in the Server Information area of our tailor-made Hepsia hosting Control Panel, which comes with all shared accounts. In the same place, you can see the Perl version which we have along with the path to the modules that you will have to use in your scripts so as to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

If you would like to work with a Perl-based web application or CGI script, you will be able to use 3400+ different modules which are available on our cloud hosting platform and are part of every semi-dedicated server which we offer. You will be able to see the whole list at any time using your Hepsia CP along with the folder path necessary for your scripts to access the modules. We identify the fact that some third-party programs might need modules which are not quite popular so as to perform efficiently, hence the large selection that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules which you will be able to use with your Perl apps irrespective of the package deal that you select.