Perl is a very popular scripting language that's designed to build various web-oriented apps, including CGI scripts. Among the features which distinguish it from alternative languages is the use of modules - parts of Perl program code which execute predefined tasks and they are commonly accepted. In simple terms, rather than writing tailor-made program code to make something or pasting tens and hundreds of lines of code inside your script, you're able to "call" some module which already exists for this specific process and use only a few lines of code. As a result, your script will be executed quicker because it is smaller. Employing modules will also make the script simpler to edit as you will need to search through a smaller amount of code. In case you would like to use Perl on your website, you have to ensure that the necessary modules are present on the server.

Over 3400 Perl Modules in Shared Hosting

Over 3400 Perl modules are readily available if you get any of our shared hosting services. You can use as many as you will need and we've ensured that we have all of the popular ones, and a lot more that may not be used as much, but may be a requirement for a third-party web application that you wish to use or for a custom-made script to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you will be able to access. You'll be able to see the list inside your Hepsia website hosting Control Panel as well as the path which you need to set inside your scripts, so they can use our module library. Using our shared packages, you'll be able to use any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

When you want to use a Perl-based web application or CGI script, you will be able to use 3400+ different modules that can be found on our cloud hosting platform and are a part of each and every semi-dedicated server which we provide. You shall be able to see the entire list whenever you want using your Hepsia CP along with the folder path needed for your scripts to access the modules. We realize the fact that some third-party applications might need modules that are not really popular in order to run efficiently, hence the large number that 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 apps no matter the package that you choose.