Perl is a well-liked programming language and one of its key advantages is that it supports the so-called modules - short bits of code that contain subroutines and do numerous tasks. The useful side of working with modules is that you won't have to write custom-made program code or add the entire code for a given process every time it needs to be performed. Instead, you'll be able to add only one line in your Perl script that calls a specific module, which in turn will perform the necessary task. Not only will this provide you with shorter and improved scripts, but it will also enable you to make modifications quicker and much easier. If you aren't a programmer, still you'd like to work with a Perl app which you've discovered on the web, for example, it's likely that the app will require specific modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Our Linux shared web hosting packages include over 3400 Perl modules which you are able to employ as part of your CGI scripts or web-based apps. They include both popular and less popular ones, in order to give you a choice with regard to what capabilities you'll be able to add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list can be found in the Server Information area of our custom-built Hepsia hosting Control Panel, that is featured with all shared accounts. In the same location, you will find the Perl version that we have along with the path to the modules that you'll need to use in your scripts so as to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we supply will allow you to work with any kind of Perl-based web app that you would like, regardless if you've created it yourself or if you have downloaded it from a third-party site. In either case, it'll work properly irrespective of the modules it may require because we have a rich library that consists of over 3400 different modules. The complete list is available in the Hepsia website hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to that list, you will also see the directory path to the modules, so as to know what you have to add in your scripts in order for them to connect to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to ensure that any type of script will be able to run in spite of its requirements.