Perl is a widespread web-oriented computer programming language, that's designed to create CGI scripts and various apps. It's really practical as you don't need to create the same program code over and over so as to have some action executed several times, but you are able to work with modules. They're pre-defined subroutines or groups of tasks that can be called and executed within a script. In other words, you can add just a reference to a given module within your code as an alternative to using the whole module code time and time again. In this way, your script will be shorter, which means that it'll be executed much faster, not mentioning that it will be a lot easier to maintain and modify. When you wish to use some third-party ready-made Perl script instead of writing your own, it'll probably need particular modules to be pre-installed on the hosting server.

Over 3400 Perl Modules in Shared Hosting

Over 3400 Perl modules will be at your disposal if you purchase any of our Linux shared hosting. You are able to use as many as you will need and we've made sure that we offer all of the well-known ones, as well as numerous others which are not used that much, but might be a prerequisite for a third-party web application that you wish to use or for a custom script to function properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you will be able to access. You can see the complete list inside your Hepsia web hosting Control Panel along with the path which you have to set within your scripts, so they can use the module library. Using our shared packages, you'll be able to use any kind of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we provide will allow you to work with any kind of Perl-based web application that you wish, no matter if you've created it yourself or if you've downloaded it from a third-party site. Either way, it'll run flawlessly regardless of the modules it may require because we have a rich library that includes more than 3400 different modules. A full list is accessible in the Hepsia hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to the list, you can also see the directory path to the modules, so as to know what you should include in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that virtually any kind of script will be able to run in spite of its requirements.