Perl is a widely used programming language and among its main pros is the fact that it works with the so-called modules - short bits of program code which contain subroutines and perform a variety of tasks. The useful side of employing modules is the fact that you do not need to write custom program code or add the entire code for a certain action every single time it has to be performed. Instead, you are able to add only one line in your Perl script which calls a particular module, which consequently will execute the needed task. Not only will this result in shorter and optimized scripts, but it will enable you to make modifications quicker and easier. In case you aren't a programmer, but you would like to begin using a Perl application which you've found on the Internet, for instance, it's likely that the app will need specific modules to be already installed on the website hosting server.
Over 3400 Perl Modules in Shared Hosting
All of our shared hosting feature more than 3400 Perl modules that you can employ as a part of your CGI scripts or web-based applications. They contain both popular and less popular ones, to offer you different options regarding what functions you'll be able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list accessible in the Server Information section of our in-house built Hepsia website hosting Control Panel, that comes with all the shared accounts. In the same location, you will see the Perl version that we have and the path to the modules that you'll have to use within your scripts in order to call a certain module from our library.
Over 3400 Perl Modules in Semi-dedicated Servers
In case you want 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 a part of every single semi-dedicated server that we provide. You will be able to see the whole list at any moment using your Hepsia CP together with the folder path necessary for your scripts to access the modules. We recognize the fact that some third-party apps might need modules that are not popular to work properly, hence the large selection that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules which you shall be able to use with your Perl apps irrespective of the package you pick.