Perl is a widespread programming language and one of its major advantages is the fact that it works with the so-called modules - short bits of code which contain subroutines and execute multiple tasks. The practical side of employing modules is that you will not have to write custom code or add the entire code for a given action each time it needs to be performed. Alternatively, you will be able to include only a single line in your Perl script which calls a given module, which in turn will perform the necessary task. Not only will this result in shorter and optimized scripts, but it will also help you make modifications a lot quicker and easier. In case you aren't a programmer, but you would like to start using a Perl app which you've found on the worldwide web, for example, it is likely that the app will need specific modules to be already set up on your website hosting server.
Over 3400 Perl Modules in Shared Website Hosting
All of our Linux shared website hosting packages feature over 3400 Perl modules which you can employ as part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, so as to give you different options with regard to what capabilities you are able to add to your websites. 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 section of our tailor-made Hepsia web hosting Control Panel, which is provided with all shared accounts. In the same location, you will see the Perl version which we have and the path to the modules that you'll have to use inside your scripts to call a given module from the library.
Over 3400 Perl Modules in Semi-dedicated Hosting
Our Linux semi-dedicated hosting packages offer a huge selection of Perl modules that you can use with your scripts. Thus, even if you want to use an app which you've found online from another website, you can rest assured that it will work correctly because no matter what modules it may possibly need, we will have them. Our collection features over 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and many others - a lot of them are widely used and others not so much. We keep such a large amount to be on the safe side and to be certain that any script will work on our web servers even if some module which it needs is used very rarely. The entire list of modules that can be used is available within the Hepsia web hosting Control Panel that comes with the semi-dedicated accounts.