Perl is a widespread web-oriented programming language, that is used to create CGI scripts and also many different applications. It's very convenient since you do not need to write the very same program code over and over in order to have some action executed more than once, instead you'll be able to work with modules. They're pre-defined subroutines or groups of tasks that can be called and executed in a script. In other words, you can add just a reference to a certain module inside your program code instead of using the entire module code over and over again. In this way, your script will be shorter, which means that it shall be executed quicker, not mentioning that it'll be much easier to maintain and modify. If you'd like to employ some third-party ready-made Perl script instead of creating your own, it will most likely need specific modules to be pre-installed on the hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

All of our cloud website hosting include more than 3400 Perl modules which you will be able to work with as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, in order to provide you with different options in terms of what functions you can add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list can be found in the Server Information area of our custom-made Hepsia web hosting Control Panel, that is featured with all of the shared accounts. In the same place, you'll see the Perl version which we have along with the path to the modules that you will have to use inside your scripts in order to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

When you need to employ 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 each and every semi-dedicated server which we offer. You will be able to see the whole list at any moment via your Hepsia Control Panel together with the folder path needed for your scripts to access the modules. We realize the fact that some third-party apps may require modules that are not popular to run correctly, hence the large amount we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you'll be able to use with your Perl applications irrespective of the plan that you pick.