Perl is a very popular scripting language that is which is used to create various web-oriented apps, including CGI scripts. Among the options which distinguish it from alternative languages is the use of modules - batches of Perl program code which perform predefined tasks and they are widely accepted. Basically, instead of generating custom code to perform something or pasting tens and hundreds of lines of program code in the script, you can "call" some module which is already available for this specific process and use only a couple of lines of code. Due to this fact, your script shall be executed much more quickly because it is much smaller. Employing modules will additionally make your script much easier to change considering that you'll need to go through much less code. If you wish to use Perl on your website, you have to make sure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Shared Hosting

Any time you want to use Perl-based applications on your sites - ready-made from a third-party site or tailor-made ones, you'll be able to take full advantage of our large module library. With more than 3400 modules set up on our custom-made cloud website hosting platform, you'll be able to execute any type of script, whatever the shared hosting package that you pick. Once you sign in to the Hepsia Control Panel that is provided with all accounts, you will be able to see the complete list of modules that we have together with the path that you have to add to your scripts so that they can access these modules. Since we have quite a big library, you will find both well-liked and rarely used modules. We prefer to be on the safe side, so in case some third-party script that you'd like to work with requires a module that is not very popular, we will still have it on our end.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you wish to use a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules which can be found on our cloud hosting platform and are a part of every semi-dedicated server that we provide. You'll be able to see the whole list at any time using your Hepsia CP together with the folder path necessary for your scripts to access the modules. We identify the fact that some third-party apps might require modules which are not quite popular so as to work correctly, hence the large number we've installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you will be able to use with your Perl applications no matter the plan that you pick.