Perl is a well-known scripting language which is that is used to make various web-oriented applications, including CGI scripts. One of the characteristics that differentiate it from many other languages is the usage of modules - parts of Perl code that complete predefined jobs and they're commonly accepted. Basically, rather than creating custom code to do something or pasting tens and hundreds of lines of program code in the script, you'll be able to "call" some module that already exists for this particular process and use only several lines of program code. Thus, your script will be executed a lot quicker as it'll be smaller. Using modules will, in addition make a script simpler to modify considering that you'll have to search through a smaller amount of program code. In case you intend to use Perl on your website, you need to ensure that the mandatory modules are present on your server.

Over 3400 Perl Modules in Cloud Website Hosting

More than 3400 Perl modules are readily available when you acquire any of our cloud website hosting plans. You can use as many as you'd like and we've made sure that we've got all of the preferred ones, and a lot more that might not be used that much, but can be a prerequisite for a third-party web app that you would like to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are only a few examples of the modules you'll be able to access. You'll be able to find the full list inside your Hepsia hosting Control Panel as well as the path which you have to set in your scripts, so that they can use the module library. When you use our shared packages, you will be able to use any type of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

If you wish to work with a Perl-based web application or CGI script, you will be able to use 3400+ different modules which are available on our cloud hosting platform and are part of every single semi-dedicated server that we provide. You'll be able to see the entire list at any time using your Hepsia Control Panel along with the folder path required for your scripts to access the modules. We recognize the fact that some third-party apps may require modules that are not quite popular in order to operate correctly, hence the large amount that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules that you will be able to use with your Perl applications irrespective of the plan you select.