Perl is a well-known programming language and among its major advantages is that it supports the so-called modules - short pieces of program code that contain subroutines and perform numerous tasks. The convenient side of working with modules is the fact that you won't need to write custom-made program code or add the entire code for some process each and every time it has to be performed. Alternatively, you can include just one line in your Perl script which calls a certain module, which in turn will execute the necessary task. Not only will this give you shorter and optimized scripts, but it will also enable you to make adjustments faster and easier. If you are not a programmer, still you would like to employ a Perl application that you've found on the Internet, for example, it is likely that the application will need certain modules to be already installed on the web hosting server.

Over 3400 Perl Modules in Shared Hosting

More than 3400 Perl modules are accessible when you purchase any of our shared hosting plans. You can use as many as you have to and we've ensured that we have all the popular ones, and many others which may not be used that much, but might be a prerequisite for some third-party web application that you need to use or for a custom script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you will be able to access. You are able to see the whole list in your Hepsia website hosting Control Panel as well as the path that you have to set inside your scripts, so that they can use the module library. Using our shared plans, you will be able to work with any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

If you want to use a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that are available on our cloud hosting platform and are part of every single semi-dedicated server we offer. You will be able to see the entire list at any time through your Hepsia CP along with the folder path necessary for your scripts to access the modules. We recognize the fact that some third-party programs may need modules that are not really popular in order to operate correctly, hence the big number which 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 applications irrespective of the package that you pick.