Perl is a well-liked scripting language that is that is used to make various web-oriented apps, such as CGI scripts. One of the features that differentiate it from many other languages is the employment of modules - parts of Perl code which execute predefined tasks and they're widely accepted. In simple terms, rather than writing custom code to make something or pasting tens and hundreds of lines of program code inside your script, you'll be able to "call" some module that is already available for this specific job and use only a couple of lines of program code. Therefore, your script will be executed more rapidly as it is smaller. Using modules will, in addition make a script simpler to edit due to the fact that you'll need to browse through much less program code. In case you intend to use Perl on your website, you need to ensure that the required modules are present on the server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules are at your disposal when you acquire any of our cloud plans. You're able to employ as many as you have to and we have ensured that we've got all of the popular ones, as well as many others that may not be used that much, but may be a requirement for some third-party web application that you would like to use or for a custom-made script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you'll be able to access. You're able to find the full list inside your Hepsia website hosting Control Panel along with the path that you should set in your scripts, so that they can use the module library. Using our shared packages, you can work with any kind of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we provide will allow you to use any Perl-based web app that you'd like, no matter if you have created it yourself or if you have downloaded it from a third-party website. In either case, it will function flawlessly irrespective of the modules it needs since we have a large library which includes over 3400 different modules. The full list is available in the Hepsia website hosting Control Panel that's used to manage the semi-dedicated server accounts. Along with that list, you can also see the directory path to the modules, in order to know what you should include in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to make sure that any kind of script will run in spite of its requirements.