Perl is a widely used programming language and among its major pros is that it supports the so-called modules - short bits of program code that contain subroutines and perform a number of tasks. The handy side of using modules is that you don't need to create custom-made code or add the entire code for a specific task each and every time it has to be performed. Instead, you'll be able to include just a single line in your Perl script which calls a given module, which in turn will perform the needed action. Not only will this give you shorter and more optimized scripts, but it'll also allow you to make modifications a lot quicker and easier. In case you aren't a programmer, still you'd like to start using a Perl application that you've found on the Internet, for example, it is very likely that the app will require certain modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

All of our Linux cloud website hosting services include over 3400 Perl modules which you are able to benefit from as part of your CGI scripts or web-based apps. They include both widespread and less popular ones, to provide you with a choice with regard to what functionality you can add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list is available in the Server Information area of our custom-made Hepsia website hosting Control Panel, that comes with all of the shared accounts. In the same place, you'll see the Perl version that we have along with the path to the modules that you will need to use in your scripts in order to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we supply will allow you to work with any Perl-based web app that you would like, regardless if you have made it yourself or if you've downloaded it from a third-party website. In either case, it will work perfectly regardless of the modules it needs because we have a rich library that includes over 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel that's used to control the semi-dedicated server accounts. In addition to the list, you can also see the directory path to the modules, in order to know what you should include in your scripts in order for them to connect to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that any type of script can run regardless of its specifications.