Perl is a very popular scripting language that is which is used to create various web-oriented applications, including CGI scripts. Among the features that distinguish it from alternative programming languages is the employment of modules - parts of Perl program code which do predefined jobs and they are widely accepted. In simple terms, instead of writing custom-made program code to make something or pasting tens and hundreds of lines of code in your script, you can "call" some module that already exists for this specific job and use just a couple of lines of program code. As a result, your script shall be executed much more rapidly as it'll be much smaller. Employing modules will, in addition make your script much easier to modify because you will need to browse through much less program code. If you wish to use Perl on your site, you should ensure that the necessary modules can be found on your server.

Over 3400 Perl Modules in Cloud Hosting

All of our cloud hosting come with over 3400 Perl modules that you will be able to benefit from as a part of your CGI scripts or web-based applications. They contain both popular and less popular ones, so as to supply you with a choice regarding what functions you'll be able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The whole list accessible in the Server Information area of our custom Hepsia hosting Control Panel, which is provided with all the shared accounts. In the same place, you'll find the Perl version which we have along with the path to the modules that you'll need to use within your scripts in order to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

When you need to use 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 semi-dedicated server that we provide. You will be able to see the entire list anytime using your Hepsia CP alongside the folder path needed for your scripts to access the modules. We acknowledge the fact that some third-party apps might need modules that aren't very popular in order to operate properly, hence the large selection which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules that you'll be able to use with your Perl apps regardless of the package deal you opt for.