Over 3400 Perl Modules
Find out more about the hundreads of Perl modules available and how making use of them can help your applications.
Perl is a very popular web-oriented computer programming language, that is used to set up CGI scripts and many different apps. It's very practical due to the fact that you don't have to submit the same code again and again so that you can get some action executed several times, instead you are able to use modules. These are pre-defined subroutines or groups of activities which can be called and executed in a script. In other words, you are able to include just a reference to a given module inside your program code instead of using the whole module code over and over again. In this way, your script will be shorter, therefore it shall be executed a lot quicker, not mentioning that it'll be much simpler to maintain and / or modify. In case you would like to use a third-party ready-made Perl script as an alternative to writing your own, it will probably need particular modules to be present on the web hosting server.
Over 3400 Perl Modules in Shared Website Hosting
Our shared website hosting feature over 3400 Perl modules which you will be able to use as part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, to offer you different options regarding what features you're able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list accessible in the Server Information section of our tailor-made Hepsia website hosting Control Panel, that comes with all shared accounts. In the same place, you'll find the Perl version which we have and the path to the modules that you will have to use inside your scripts in order to call a particular module from the library.