Perl is a well-liked programming language and one of its major pros is that it supports the so-called modules - short pieces of code that contain subroutines and execute different tasks. The handy side of employing modules is the fact that you do not have to create custom program code or include the whole code for a particular task every single time it needs to be performed. Instead, you are able to add just one line in your Perl script which calls a given module, which in turn will execute the needed action. Not only will this lead to shorter and optimized scripts, but it will help you make changes swifter and easier. If you aren't a programmer, still you'd like to work with a Perl application which you've discovered on the Internet, for example, it's likely that the app will need specific modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

Over 3400 Perl modules will be accessible when you acquire any of our Linux cloud website hosting plans. You can employ as many as you need to and we've made sure that we've got all of the well-liked ones, plus many more which are not used as much, but might be a prerequisite for some third-party web application that you want to use or for a custom script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you will 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 should set within your scripts, so that they can use our module library. When you use our shared plans, you're able to use any kind of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply allows you to use any Perl-based web application that you would like, no matter if you have created it yourself or if you've downloaded it from a third-party site. Either way, it will work perfectly whatever the modules it requires because we have a rich library which includes more than 3400 different modules. The complete list is accessible in the Hepsia hosting Control Panel that's used to control the semi-dedicated server accounts. In addition to the list, you will also see the directory path to the modules, in order to know what you have to include 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 offer such a multitude of modules to make sure that any script will run regardless of its specifications.