Perl is a well-liked programming language and among its key advantages is that it works with the so-called modules - short bits of code which contain subroutines and do a variety of tasks. The practical side of employing modules is that you will not have to create custom-made code or include the entire code for a given action each time it should be executed. Alternatively, you are able to include only a single line in your Perl script that calls a given module, which in turn will perform the needed task. Not only will this give you shorter and optimized scripts, but it'll also enable you to make changes a lot quicker and easier. If you are not a programmer, but you'd like to begin using a Perl application which you've discovered on the web, for example, it's likely that the application will need specific modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Our cloud website hosting include more than 3400 Perl modules that you can use as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, to offer you a choice regarding what features you will be able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list is available in the Server Information section of our custom-made Hepsia hosting Control Panel, which comes with all the shared accounts. In the same place, you will find the Perl version that we have along with the path to the modules that you'll have to use inside your scripts in order to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

If you need to work with a Perl-based web application or CGI script, you'll be able to use 3400+ different modules which are available on our cloud hosting platform and are part of each semi-dedicated server we provide. You shall be able to see the entire list at any time through your Hepsia CP together with the folder path needed for your scripts to access the modules. We recognize the fact that some third-party programs could need modules that are not really popular in order to run properly, hence the big number which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules which you will be able to use with your Perl applications no matter the package you opt for.