Perl is a widespread programming language and one of its main advantages is that it supports the so-called modules - short bits of code that contain subroutines and execute multiple tasks. The useful side of using modules is that you don't need to create custom-made code or add the whole code for a specific process every single time it needs to be performed. Instead, you can include only one line in your Perl script which calls a specific module, that in turn will perform the necessary action. Not only will this result in shorter and enhanced scripts, but it will allow you to make adjustments swifter and much easier. If you aren't a programmer, but you would like to employ a Perl app that you've found online, for instance, it is likely that the application will need certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Website Hosting

All of our website hosting come with more than 3400 Perl modules which you're able to work with as a part of your CGI scripts or web-based apps. They include both popular and less popular ones, so as to supply you with different options regarding what functionality you're able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list is available in the Server Information area of our custom Hepsia website hosting Control Panel, that is featured with all of the shared accounts. In the same place, you can see the Perl version that we have as well as the path to the modules that you'll need to use within your scripts in order to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you want to employ a Perl-based web app or CGI script, you'll be able to use 3400+ different modules that can be found on our cloud hosting platform and are a part of each and every semi-dedicated server which we provide. You will be able to see the whole list anytime using your Hepsia CP along with the folder path needed for your scripts to access the modules. We acknowledge the fact that some third-party applications may require modules which aren't quite popular to function properly, hence the large number that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules that you'll be able to use with your Perl apps irrespective of the plan you pick.