Perl is a widespread programming language and one of its key pros is the fact that it supports the so-called modules - short bits of code that include subroutines and perform different tasks. The handy side of working with modules is that you won't need to write custom-made program code or add the whole code for a certain task whenever it should be performed. Instead, you will be able to include only a single line in your Perl script that calls a certain module, that consequently will perform the necessary task. Not only will this result in shorter and optimized scripts, but it'll also allow you to make modifications a lot quicker and easier. If you aren't a programmer, still you'd like to employ a Perl app which you've found on the web, for example, it is likely that the application will need some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Over 3400 Perl modules will be at your disposal when you buy any of our cloud website hosting plans. You can employ as many as you need to and we've ensured that we offer all of the well-known ones, plus many others which are not used that much, but might be a prerequisite for a third-party web app that you want to use or for a custom script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you will be able to access. You are able to find the full list in your Hepsia web hosting Control Panel as well as the path which you need to set inside your scripts, so that they can use our module library. With our shared plans, you can use any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we supply will allow you to employ any Perl-based web app that you would like, regardless if you have created it yourself or if you've downloaded it from a third-party website. In either case, it'll function flawlessly regardless of the modules it may require as we have a large library which contains more than 3400 different modules. A complete list is accessible in the Hepsia website hosting Control Panel that's used to control the semi-dedicated server accounts. Along with that list, you can also find the directory path to the modules, so as to know what you should add in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a multitude of modules to make sure that almost any script will be able to run regardless of its requirements.