Perl is a popular programming language and one of its major advantages is that it supports the so-called modules - short pieces of program code which include subroutines and do different tasks. The useful side of working with modules is that you won't need to write custom program code or add the entire code for a given task whenever it has to be performed. Alternatively, you will be able to add just one line in your Perl script which calls a certain module, which consequently will perform the necessary action. Not only will this lead to shorter and more optimized scripts, but it'll also help you make changes quicker and much easier. In case you aren't a programmer, yet you would like to use a Perl application which you've discovered online, for example, it is likely that the application will need certain modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Hosting

All of our Linux hosting packages come with over 3400 Perl modules which you will be able to take advantage of as a part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, in order to provide you with different options with regard to what capabilities you're able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list can be found in the Server Information area of our in-house built Hepsia hosting Control Panel, which is featured with all the shared accounts. In the same place, you will see the Perl version that we have and the path to the modules that you'll have to use inside your scripts in order to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you wish to use a Perl-based web app or CGI script, you will be able to use 3400+ different modules which can be found on our cloud hosting platform and are part of every semi-dedicated server that we provide. You will be able to see the whole list at any time via your Hepsia CP along with the folder path needed for your scripts to access the modules. We recognize the fact that some third-party apps might need modules that are not popular to perform properly, hence the large number which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules that you shall be able to use with your Perl apps no matter the package deal that you opt for.