Perl is a very popular web-oriented computer programming language, that is designed to make CGI scripts and many different apps. It's really useful due to the fact that you don't need to create the same program code over and over again in order to get some task executed more than once, but you can use modules. They are pre-defined subroutines or sets of operations that can be called and executed inside a script. This means that, you can add only a reference to a given module inside your program code as an alternative to using the whole module code time and time again. This way, your script will be shorter, which means that it will be executed more rapidly, not mentioning that it will be much simpler to maintain and / or modify. In case you wish to take advantage of some third-party ready-made Perl script instead of creating your own, it'll most likely need particular modules to be present on the website hosting server.

Over 3400 Perl Modules in Shared Website Hosting

All of our shared website hosting feature over 3400 Perl modules that you can use as part of your CGI scripts or web-based applications. They include both widespread and less popular ones, to give you different options in terms of what functionality you are able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list is available in the Server Information section of our custom-made Hepsia website hosting Control Panel, that is provided with all of the shared accounts. In the same place, you will find the Perl version which we have as well as the path to the modules that you'll have to use within your scripts so as to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you wish to use a Perl-based web application or CGI script, you'll be able to use 3400+ different modules that can be found on our cloud hosting platform and are part of every semi-dedicated server that we provide. You will be able to see the whole list at any time through your Hepsia CP together with the folder path necessary for your scripts to access the modules. We acknowledge the fact that some third-party programs might need modules that are not popular to operate efficiently, hence the large selection which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules which you'll be able to use with your Perl apps irrespective of the package you opt for.