Perl is a widespread programming language and among its key pros is the fact that it works with the so-called modules - short bits of program code that include subroutines and execute different tasks. The convenient side of using modules is that you will not have to create custom program code or add the whole code for a given process every single time it has to be performed. Instead, you will be able to add just a single line in your Perl script that calls a specific module, which in turn will execute the necessary task. Not only will this give you shorter and optimized scripts, but it'll also allow you to make adjustments quicker and easier. In case you are not a programmer, yet you'd like to start using a Perl app that you've found on the web, for example, it's likely that the application will need specific modules to be already installed on the hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

Over 3400 Perl modules are readily available if you obtain any of our cloud web hosting. You are able to use as many as you'll need and we've made sure that we have all of the popular ones, plus a lot more that are not used that much, but might be a requirement for some third-party web application that you want to use or for a custom-made script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a few examples of the modules you will be able to access. You can find the complete list inside your Hepsia website hosting Control Panel along with the path which you should set in your scripts, so they can use our module library. When you use our shared packages, you are able to use any Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you wish 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 a part of every semi-dedicated server we offer. You shall be able to see the entire list anytime via your Hepsia Control Panel alongside the folder path required for your scripts to access the modules. We realize the fact that some third-party applications may need modules which are not quite popular in order to run properly, hence the large amount that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules which you shall be able to use with your Perl applications irrespective of the package that you pick.