Perl is a very popular scripting language that's that is used to create different web-oriented applications, including CGI scripts. One of the characteristics that distinguish it from many other programming languages is the use of modules - batches of Perl program code which perform predefined jobs and they are commonly accepted. Basically, instead of writing custom-made program code to perform something or pasting tens and hundreds of lines of code inside your script, you will be able to "call" some module that already exists for this specific job and use only a few lines of code. Thus, your script shall be executed more rapidly since it is smaller. Employing modules will, in addition make your script easier to change since you'll have to browse through a smaller amount of code. In case you would like to use Perl on your site, you have to ensure that the necessary modules are available on your server.

Over 3400 Perl Modules in Hosting

More than 3400 Perl modules will be readily available when you purchase any of our hosting. You are able to employ as many as you'd like and we have ensured that we offer all of the well-known ones, as well as many others that might not be used as much, but may be a prerequisite for some third-party web app that you would like to use or for a custom-made script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You'll be able to see the list inside your Hepsia hosting Control Panel along with the path that you should set inside your scripts, so that they can use our module library. With our shared plans, you'll be able to employ any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you would like to work with a Perl-based web application or CGI script, you will be able to use 3400+ different modules which can be found on our cloud hosting platform and are a part of every single semi-dedicated server that we offer. You shall be able to see the entire list anytime via your Hepsia Control Panel alongside the folder path necessary for your scripts to access the modules. We identify the fact that some third-party apps may need modules that are not very popular so as to function correctly, hence the big number we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you shall be able to use with your Perl applications no matter the package deal you pick.