Perl is a well-liked web-oriented computer programming language, that is employed to generate CGI scripts and also various apps. It's very convenient as you do not have to write the very same program code time and again so as to have some action executed more than once, instead you'll be able to work with modules. They are pre-defined subroutines or sets of tasks which can be called and executed in a script. This means that, you'll be able to add only a reference to a given module inside your code as an alternative to using the entire module code over and over again. In this way, your script will be shorter, which means that it will be executed faster, not mentioning that it'll be much easier to maintain and modify. When you want to use some third-party ready-made Perl script as an alternative to creating your own, it will probably need specific modules to be present on the web hosting server.

Over 3400 Perl Modules in Cloud Hosting

All of our cloud hosting feature over 3400 Perl modules that you are able to take advantage of as part of your CGI scripts or web-based applications. They contain both popular and less popular ones, to give you a choice in terms of what capabilities you're able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list can be found in the Server Information section of our in-house made Hepsia hosting Control Panel, which is featured with all shared accounts. In the same location, you'll find the Perl version which we have along with the path to the modules that you'll have to use inside your scripts so as to call a given module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we offer allows you to use any kind of Perl-based web app that you would like, no matter if you have made it yourself or if you've downloaded it from a third-party site. Either way, it'll work flawlessly irrespective of the modules it requires since we have a large library that contains more than 3400 different modules. The full list is available in the Hepsia hosting Control Panel that is used to take care of the semi-dedicated server accounts. Along with that list, you can also see the directory path to the modules, so as to know what you have to include in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to make sure that virtually any kind of script can run in spite of its requirements.