Perl is a well-known programming language and among its main pros is that it supports the so-called modules - short pieces of code which include subroutines and do various tasks. The convenient side of working with modules is that you do not have to write custom code or include the whole code for some process each and every time it should be executed. Alternatively, you'll be able to include just one line in your Perl script which calls a certain module, that consequently will execute the needed action. Not only will this result in shorter and optimized scripts, but it'll also allow you to make modifications faster and much easier. In case you aren't a programmer, yet you would like to begin using a Perl application that you've found on the Internet, for instance, it is very likely that the application will require specific modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Cloud Web Hosting

Over 3400 Perl modules are accessible when you acquire any of our cloud web hosting packages. You can use as many as you'll need and we have made sure that we've got all of the well-known ones, and a lot more which are not used that much, but may be a prerequisite for a third-party web application 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 couple of instances of the modules you will be able to access. You'll be able to see the list inside your Hepsia website hosting Control Panel as well as the path that you need to set in your scripts, so that they can use our module library. Using our shared packages, you'll be able to employ any kind of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you can run any script application developed in this programming language without any problems regardless of the semi-dedicated server package that you pick. The aforementioned applies for both pre-made apps which you get online and for custom ones which you develop. We supply such a multitude of modules for two reasons - first, to give you a selection in respect to what functions you will be able to add to your apps and sites and second, to guarantee that in case you want to work with a ready script, it'll run appropriately whatever the modules it will require. That's why, many of the modules included in our library are very popular whereas others are used very rarely. You'll find a list of all modules in your hosting Control Panel along with the access path that your scripts need to use these modules.