Perl is a well-known programming language and among its key advantages is the fact that it supports the so-called modules - short pieces of program code that include subroutines and execute various tasks. The convenient side of working with modules is the fact that you will not have to create custom code or include the entire code for some action every single time it should be performed. Instead, you will be able to include only a single line in your Perl script that calls a given module, which consequently will execute the necessary action. Not only will this result in shorter and improved scripts, but it will allow you to make adjustments a lot 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 Internet, for example, it's likely that the application will require some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Web Hosting

Over 3400 Perl modules will be at your disposal if you purchase any of our web hosting packages. You can employ as many as you need and we have made sure that we offer all the popular ones, as well as many others that are not used that much, but may be a prerequisite for a third-party web application that you want to use or for a custom script to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a few instances of the modules you can access. You can see the list in your Hepsia hosting Control Panel as well as the path that you should set inside your scripts, so they can use the module library. With our shared plans, you're able to use any Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we offer allows you to use any kind of Perl-based web app that you would like, no matter if you have created it yourself or if you've downloaded it from a third-party website. Either way, it'll function properly regardless of the modules it needs since we have a massive library which consists of more than 3400 different modules. The full list is accessible in the Hepsia website hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with the list, you'll also find the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to make sure that any script can run regardless of its requirements.