Perl is a widely used programming language and among its major advantages is that it supports the so-called modules - short pieces of program code that include subroutines and perform numerous tasks. The useful side of using modules is that you will not need to create custom program code or include the entire code for a particular task every single time it needs to be performed. Instead, you can include only one line in your Perl script that calls a specific module, which consequently will execute the needed task. Not only will this result in shorter and optimized scripts, but it will enable you to make adjustments swifter and much easier. If you are not a programmer, yet you would like to work with a Perl application which you've discovered on the Internet, for instance, it's likely that the application will need some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

All our cloud web hosting include more than 3400 Perl modules which you're able to employ as a part of your CGI scripts or web-based applications. They include both widespread and less popular ones, in order to supply you with different options with regard to what features you are able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list accessible in the Server Information section of our custom-built Hepsia hosting Control Panel, which comes with all the shared accounts. In the same place, you'll find the Perl version that we have as well as the path to the modules that you will need to use within your scripts to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

When you need to work with a Perl-based web application or CGI script, you'll be able to use 3400+ different modules which can be found on our cloud hosting platform and are part of each and every semi-dedicated server that we provide. You will be able to see the entire list at any moment through your Hepsia CP alongside the folder path needed for your scripts to access the modules. We realize the fact that some third-party programs might require modules which are not popular to work correctly, hence the large number 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 irrespective of the package deal that you select.