Perl is a widely used programming language and among its major pros is that it supports the so-called modules - short bits of code which contain subroutines and perform different tasks. The convenient side of working with modules is the fact that you don't have to write custom-made code or include the entire code for a specific process each time it should be performed. Instead, you will be able to add just a single line in your Perl script which calls a specific module, which in turn will execute the needed task. Not only will this lead to shorter and optimized scripts, but it will enable you to make adjustments quicker and easier. If you aren't a programmer, still you'd like to work with a Perl app which you've found on the Internet, for example, it is likely that the application will need some modules to be already set up on the hosting server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules are at your disposal when you buy any of our Linux website hosting. You'll be able to employ as many as you need and we've ensured that we've got all the popular ones, and numerous others that are not used as much, but might be a prerequisite for a third-party web app that you need to use or for a custom-made script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You are able to see the whole list inside your Hepsia hosting Control Panel as well as the path which you need to set within your scripts, so they can use our module library. When you use our shared packages, you are able to employ any kind of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

All of our Linux semi-dedicated services offer a massive collection of Perl modules that you could use with your scripts. That way, even when you need to use an application which you've found online from another internet site, you can be certain that it shall be effective since regardless of what modules it may possibly require, we will have them. Our collection offers more than 3400 modules like DBD::mysql, URI, LWP, XML::Parser and more - some are widely used while others not so much. We keep such a significant number to be on the safe side and to be sure that any script will work on our machines even if some module which it requires is used extremely rarely. The whole list of modules that you can use is available inside the Hepsia website hosting CP offered with the semi-dedicated accounts.