Perl is a widespread programming language and among its main pros is that it works with the so-called modules - short bits of program code that include subroutines and do multiple tasks. The convenient side of using modules is that you do not have to create custom program code or add the whole code for some process whenever it has to be performed. Instead, you are able to include just a single line in your Perl script that calls a specific module, that in turn will execute the necessary task. Not only will this lead to shorter and more optimized scripts, but it will help you make modifications a lot quicker and much easier. In case you aren't a programmer, but you would like to start using a Perl app which you've discovered on the web, for instance, it is very likely that the application will need certain modules to be already installed on the web hosting server.
Over 3400 Perl Modules in Website Hosting
More than 3400 Perl modules are accessible when you acquire any of our website hosting. You're able to employ as many as you need to and we've ensured that we've got all of the well-liked ones, and a lot more which may not be used that much, but might be a prerequisite for some third-party web application that you want to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you will be able to access. You will be able to find the full list inside your Hepsia website hosting Control Panel as well as the path that you have to set in your scripts, so they can use the module library. When you use our shared plans, you'll be able to use any type of Perl-based script without restrictions.
Over 3400 Perl Modules in Semi-dedicated Servers
If you would like to work with a Perl-based web application or CGI script, you will be able to use 3400+ different modules which are available on our cloud hosting platform and are part of every semi-dedicated server that we provide. You will be able to see the entire list at any time through your Hepsia CP alongside the folder path needed for your scripts to access the modules. We acknowledge the fact that some third-party apps might require modules which aren't very popular to perform properly, hence the large number we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules which you will be able to use with your Perl apps regardless of the plan you opt for.