Over 3400 Perl Modules
Learn more about the hundreads of Perl modules available and how making use of them may help your applications.
Perl is a very popular web-oriented programming language, that's designed to make CGI scripts and also many different apps. It is really handy as you do not have to generate the very same program code over and over in order to have some task executed a couple of times, instead you will be able to employ modules. They are pre-defined subroutines or sets of functions which can be called and executed in a script. This means that, you will be able to include only a reference to a particular module inside your program code instead of using the entire module code time and time again. This way, your script will be shorter, which means that it'll be executed quicker, not mentioning that it'll be easier to maintain and modify. When you would like to take advantage of some third-party ready-made Perl script instead of creating your own, it'll probably need certain modules to be present on the hosting server.
-
Over 3400 Perl Modules in Shared Web Hosting
All our
shared web hosting feature over 3400 Perl modules that you'll be able to employ as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, in order to provide you with different options with regard to what functions you'll be able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list is available in the Server Information area of our tailor-made Hepsia hosting Control Panel, that is provided with all of the shared accounts. In the same place, you will see the Perl version which we have as well as the path to the modules that you'll need to use inside your scripts in order to call a given module from the library.