Perl is a widely used programming language and one of its key pros is the fact that it supports the so-called modules - short pieces of code which include subroutines and perform numerous tasks. The convenient side of working with modules is that you won't have to create custom code or include the entire code for a specific process each and every time it should be performed. Alternatively, you can include only one line in your Perl script which calls a particular module, that in turn will execute the necessary task. Not only will this give you shorter and optimized scripts, but it will also help you make changes quicker and easier. If you are not a programmer, yet you'd like to use a Perl app that you've discovered on the web, for instance, it is likely that the application will need specific modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

If you obtain one of the cloud web hosting plans that we offer, you will have access to a large library of more than 3400 Perl modules that are already installed on our cloud server platform. Once you log in to the Hepsia Control Panel, you will be able to visit the Server Information area where you can see the entire list. Some of them are more common than others, yet we have such a large number because we are aware that if you employ an application from a third-party website, it could have specific requirements as to what modules have to be available on the server or it will not work appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you'll be able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

When you wish to use a Perl-based web app 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 we provide. You shall be able to see the entire list at any time using your Hepsia CP along with the folder path required for your scripts to access the modules. We recognize the fact that some third-party applications may need modules that aren't very popular in order to operate properly, hence the large amount we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you shall be able to use with your Perl apps regardless of the package deal you pick.