Perl is a widespread programming language and among its key pros is the fact that it works with the so-called modules - short pieces of code that include subroutines and do a number of tasks. The practical side of working with modules is the fact that you do not have to write custom code or add the entire code for some task each time it has to be executed. Instead, you will be able to include just a single line in your Perl script which calls a certain module, which in turn will perform the needed task. Not only will this result in shorter and improved scripts, but it'll also help you make changes faster and easier. In case you aren't a programmer, yet you'd like to work with a Perl application which you've discovered online, for instance, it is likely that the application will need certain modules to be already set up on your hosting server.
Over 3400 Perl Modules in Shared Web Hosting
All of our Linux shared web hosting packages feature more than 3400 Perl modules which you will be able to benefit from as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, to give you different options regarding what features you can add to your websites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list accessible in the Server Information area of our in-house made Hepsia website hosting Control Panel, which comes with all the shared accounts. In the same place, you'll see the Perl version which we have and the path to the modules that you will have to use inside your scripts in order to call a particular module from the library.
Over 3400 Perl Modules in Semi-dedicated Hosting
If you would like to work with a Perl-based web application or CGI script, you will be able to use 3400+ different modules which are available on our cloud hosting platform and are a part of every semi-dedicated server that we provide. You'll be able to see the whole list whenever you want via your Hepsia CP together with the folder path needed for your scripts to access the modules. We recognize the fact that some third-party programs may require modules which aren't very popular to operate properly, hence the big number which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you shall be able to use with your Perl applications regardless of the package you choose.