Perl is a popular programming language and one of its major advantages is that it supports the so-called modules - short pieces of code that contain subroutines and do different tasks. The useful side of using modules is that you do not need to write custom-made program code or include the entire code for a specific task every time it has to be performed. Instead, you will be able to include just a single line in your Perl script which calls a particular module, that in turn will perform the necessary task. Not only will this provide you with shorter and optimized scripts, but it will enable you to make adjustments quicker and much easier. In case you are not a programmer, yet you'd like to use a Perl app which you've found online, for example, it's very likely that the application will need some modules to be already installed on the hosting server.

Over 3400 Perl Modules in Shared Hosting

All our shared hosting packages come with more than 3400 Perl modules that you will be able to benefit from as part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, so as to supply you with a choice in terms of what capabilities you can add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The whole list can be found in the Server Information section of our in-house made Hepsia web hosting Control Panel, which is featured with all of the shared accounts. In the same location, you will find the Perl version which we have as well as the path to the modules that you'll have to use inside your scripts in order to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

When 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 each and every semi-dedicated server we offer. You'll be able to see the whole list at any moment via your Hepsia CP along with the folder path required for your scripts to access the modules. We recognize the fact that some third-party apps may need modules that aren't popular in order to operate properly, hence the big number which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you shall be able to use with your Perl apps irrespective of the package deal you select.