Perl is a popular programming language and among its major pros is the fact that it supports the so-called modules - short bits of code which include subroutines and do a number of tasks. The beneficial side of using modules is that you won't need to write custom program code or add the entire code for a particular action each and every time it needs to be performed. Instead, you will be able to include just one line in your Perl script that calls a particular module, which in turn will perform the needed action. Not only will this lead to shorter and enhanced scripts, but it will also enable you to make changes quicker and much easier. In case you aren't a programmer, but you would like to use a Perl app that you've found online, for example, it is likely that the app will require specific modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Shared Website Hosting

All our Linux shared website hosting packages feature more than 3400 Perl modules which you will be able to take advantage of as part of your CGI scripts or web-based applications. They include both widely used and less popular ones, so as to supply you with different options with regard to what functionality you're able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list accessible in the Server Information area of our custom Hepsia hosting Control Panel, that comes with all of the shared accounts. In the same location, you will find the Perl version which we have and the path to the modules that you will need to use in your scripts so as to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

If you wish to work with a Perl-based web app or CGI script, you will be able to use 3400+ different modules that are available on our cloud hosting platform and are part of each semi-dedicated server that we provide. You will be able to see the whole list at any time through your Hepsia Control Panel alongside the folder path needed for your scripts to access the modules. We acknowledge the fact that some third-party apps may need modules which are not really popular in order to operate properly, hence the large selection we've installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules that you will be able to use with your Perl applications regardless of the package deal that you select.