Perl is a well-known programming language and among its major advantages is the fact that it works with the so-called modules - short bits of code that contain subroutines and execute different tasks. The convenient side of using modules is that you do not have to create custom-made program code or add the whole code for some action each and every time it should be performed. Instead, you'll be able to include just one line in your Perl script that calls a specific module, which consequently will perform the necessary action. Not only will this result in shorter and optimized scripts, but it will also allow you to make modifications a lot quicker and much easier. In case you are not a programmer, yet you'd like to start using a Perl app which you've found online, for instance, it's likely that the application will require some modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules will be accessible when you purchase any of our website hosting. You'll be able to employ as many as you'd like and we've made sure that we offer all the popular ones, as well as a lot more that might not be used that much, but might be a requirement for a third-party web app that you want to use or for a custom-made script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You'll be able to see the whole list in your Hepsia web hosting Control Panel as well as the path that you have to set inside your scripts, so they can use our module library. With our shared plans, you can work with any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we offer will allow you to use any type of Perl-based web app that you would like, regardless if you have made it yourself or if you've downloaded it from some third-party website. Either way, it will run properly regardless of the modules it needs since we have a massive library which includes more than 3400 different modules. The full list can be found in the Hepsia website hosting Control Panel that is used to control the semi-dedicated server accounts. Along with the list, you will also see the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any kind of script will be able to run regardless of its requirements.