Over 3400 Perl Modules
Find out how the Perl programming language can be altered and upgraded by using Perl modules.
Perl is a popular programming language and one of its key pros is that it supports the so-called modules - short bits of code which include subroutines and execute various tasks. The convenient side of working with modules is the fact that you don't have to create custom code or include the entire code for a specific task every single time it has to be performed. Alternatively, you will be able to add just a single line in your Perl script which calls a given module, which in turn will execute the needed action. Not only will this provide you with shorter and optimized scripts, but it will also enable you to make changes a lot quicker and easier. If you aren't a programmer, yet you would like to work with a Perl app that you've discovered online, for instance, it is very likely that the app will require certain modules to be already set up on the web hosting server.
-
Over 3400 Perl Modules in Shared Web Hosting
Our
Linux shared web hosting include more than 3400 Perl modules that you are able to take advantage of as a part of your CGI scripts or web-based apps. They include both widespread and less popular ones, in order to give you a choice in terms of what features you will be able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list accessible in the Server Information area of our custom-built Hepsia hosting Control Panel, that is featured with all the shared accounts. In the same place, you can find the Perl version which we have and the path to the modules that you will need to use in your scripts to call a given module from the library.
-
Over 3400 Perl Modules in Semi-dedicated Hosting
Every
semi-dedicated server that we supply will allow you to work with any Perl-based web app that you would like, regardless if you have created it yourself or if you've downloaded it from some third-party site. In either case, it will run perfectly irrespective of the modules it requires as we have a rich library that contains more than 3400 different modules. A complete list is accessible in the Hepsia website hosting Control Panel which is used to take care of the semi-dedicated server accounts. In addition to the list, you'll also find the directory path to the modules, in order to know what you have to include in your scripts in order for them to link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to make sure that any script will be able to run in spite of its requirements.