Perl is a popular scripting language that's employed to make various web-oriented applications, such as CGI scripts. One of the characteristics which differentiate it from other languages is the usage of modules - parts of Perl program code which execute predefined jobs and they're widely accepted. In simple terms, rather than creating custom-made program code to do something or pasting tens and hundreds of lines of code inside your script, you'll be able to "call" some module which is already available for this specific task and use only a few lines of code. Because of this, your script will be executed quicker since it'll be much smaller. Employing modules will, in addition make your script simpler to edit considering that you'll need to browse through much less code. If you wish to use Perl on your site, you have to make sure that the required modules are available on the server.
Over 3400 Perl Modules in Cloud Web Hosting
Over 3400 Perl modules are at your disposal if you buy any of our cloud web hosting. You can employ as many as you'll need and we've made sure that we have all of the popular ones, plus many more that are not used that much, but may be a prerequisite for some third-party web application that you need to use or for a custom script to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you can access. You can find the entire list in your Hepsia web hosting Control Panel along with the path which you need to set within your scripts, so they can use our module library. With our shared packages, you can employ any type of Perl-based script without any limitations.
Over 3400 Perl Modules in Semi-dedicated Servers
Each semi-dedicated server that we supply allows you to employ any type of Perl-based web app that you would like, no matter if you have created it yourself or if you have downloaded it from a third-party website. Either way, it will work perfectly whatever the modules it may require as we have a massive library which includes over 3400 different modules. A full list can be found in the Hepsia web hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to the list, you can also find the directory path to the modules, so as to know what you have to add in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that any type of script can run in spite of its requirements.