Perl is a widely used programming language and one of its key advantages is the fact that it supports the so-called modules - short bits of program code which contain subroutines and execute a number of tasks. The beneficial side of employing modules is that you don't need to write custom-made code or include the entire code for a given action each time it has to be executed. Alternatively, you can add just one line in your Perl script that calls a certain module, which in turn will perform the needed action. Not only will this result in shorter and enhanced scripts, but it will also enable you to make changes quicker and much easier. If you aren't a programmer, still you'd like to begin using a Perl app which you've found on the worldwide web, for instance, it is likely that the app will need certain modules to be already set up on your website hosting server.
Over 3400 Perl Modules in Shared Website Hosting
All our shared website hosting include more than 3400 Perl modules which you'll be able to take advantage of as a part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, in order to give you a choice regarding what features you'll be able to add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list can be found in the Server Information section of our tailor-made Hepsia hosting Control Panel, which is featured with all of the shared accounts. In the same location, you'll see the Perl version that we have along with the path to the modules that you'll have to use within your scripts so as to call a specific module from the library.
Over 3400 Perl Modules in Semi-dedicated Servers
When you wish to work with a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules which can be found on our cloud hosting platform and are a part of each semi-dedicated server that we provide. You will be able to see the entire list anytime through your Hepsia Control Panel together with the folder path required for your scripts to access the modules. We acknowledge the fact that some third-party apps might need modules that are not really popular to run properly, hence the large number 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 no matter the package deal you pick.