Perl is a well-known programming language and one of its key pros is that it works with the so-called modules - short bits of program code which contain subroutines and execute various tasks. The handy side of working with modules is the fact that you won't have to write custom program code or add the entire code for a specific task every single time it needs to be executed. Alternatively, you are able to add just a single line in your Perl script that calls a given module, which consequently will perform the needed action. Not only will this result in shorter and enhanced scripts, but it will also enable you to make adjustments swifter and much easier. In case you are not a programmer, still you'd like to start using a Perl app which you've found online, for example, it's very likely that the application will require certain modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Shared Website Hosting

Over 3400 Perl modules will be accessible if you acquire any of our shared website hosting. You're able to use as many as you have to and we've made sure that we offer all of the preferred ones, as well as many more which may not be used as much, but can be a requirement for some third-party web application that you wish to use or for a custom-made script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you can access. You will be able to see the entire list inside your Hepsia website hosting Control Panel as well as the path that you have to set within your scripts, so they can use our module library. With our shared plans, you are able to employ any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we offer allows you to employ any Perl-based web app that you'd like, regardless if you have made it yourself or if you have downloaded it from some third-party website. In either case, it'll function properly irrespective of the modules it requires as we have a large library that consists of more than 3400 different modules. A complete list can be found in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you'll 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 link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to make sure that any type of script can run regardless of its specifications.