Perl is a widespread programming language and among its key pros is that it supports the so-called modules - short bits of program code which include subroutines and perform a number of tasks. The useful side of using modules is the fact that you won't need to write custom program code or include the whole code for some action whenever it needs to be executed. Instead, you will be able to include only one line in your Perl script that calls a given module, which in turn will perform the needed task. Not only will this result in shorter and improved scripts, but it will also allow you to make modifications quicker and much easier. If you aren't a programmer, still you would like to employ a Perl application which you've found on the worldwide web, for example, it is likely that the application will need some modules to be already set up on your web hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

Our Linux cloud web hosting plans come with more than 3400 Perl modules that you're able to take advantage of as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, to provide you with a choice in terms of what features you'll be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list is available in the Server Information section of our custom Hepsia website hosting Control Panel, which is featured with all the shared accounts. In the same location, you'll see the Perl version that we have along with the path to the modules that you'll need to use within your scripts 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 app or CGI script, it shall be possible to use 3400+ different modules which can be found on our cloud hosting platform and are part of each and every semi-dedicated server which we offer. You shall be able to see the whole list at any time using your Hepsia Control Panel along with the folder path necessary for your scripts to access the modules. We acknowledge the fact that some third-party programs might need modules that are not popular so as to run efficiently, hence the large amount we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules which you'll be able to use with your Perl apps regardless of the package deal that you pick.