Perl is a widespread programming language and one of its major pros is the fact that it supports the so-called modules - short bits of code that include subroutines and do various tasks. The practical side of working with modules is that you do not need to create custom-made program code or add the entire code for a certain process each and every time it has to be executed. Instead, you will be able to add just a single line in your Perl script that calls a given module, that consequently will perform the necessary action. Not only will this give you shorter and optimized scripts, but it'll also enable you to make changes faster and much easier. In case you are not a programmer, but you'd like to use a Perl app which you've discovered on the web, for example, it is likely that the application will need some modules to be already set up on the web hosting server.

Over 3400 Perl Modules in Web Hosting

Our Linux web hosting come with more than 3400 Perl modules that you're able to work with as a part of your CGI scripts or web-based apps. They include both widely used and less popular ones, to offer you a choice with regard to what functionality you will be able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list is available in the Server Information area of our custom-built Hepsia website hosting Control Panel, that is featured with all the shared accounts. In the same location, you can see the Perl version that we have and the path to the modules that you'll have to use within your scripts in order to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

If you need to use a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that can be found on our cloud hosting platform and are a part of every single semi-dedicated server which we provide. You will be able to see the full list whenever you want via your Hepsia Control Panel alongside the folder path necessary for your scripts to access the modules. We identify the fact that some third-party applications may need modules which aren't quite popular to run efficiently, hence the large selection that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules that you will be able to use with your Perl apps no matter the package deal that you select.