Perl is a well-liked scripting language that's that is used to build various web-oriented apps, including CGI scripts. One of the features that differentiate it from alternative languages is the usage of modules - batches of Perl code which do predefined jobs and they are universally accepted. In simple terms, instead of generating custom program code to make something or pasting tens and hundreds of lines of code inside your script, you're able to "call" a module that is already available for this particular job and use just a couple of lines of program code. As a result, your script shall be executed a lot quicker as it is much smaller. Employing modules will also make the script much easier to modify considering that you'll have to go through much less code. In case you'd like to use Perl on your website, you need to make sure that the mandatory modules are present on your server.

Over 3400 Perl Modules in Hosting

Our Linux hosting come with more than 3400 Perl modules that you're able to use as part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, to give you a choice with regard to what capabilities you will be able to add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list accessible in the Server Information section of our custom-made Hepsia web hosting Control Panel, which is provided with all shared accounts. In the same location, you can find the Perl version that we have and the path to the modules that you'll have to use inside your scripts to call a specific module from the library.