Perl is a popular scripting language that is that is used to make various web-oriented apps, such as CGI scripts. One of the attributes which distinguish it from alternative languages is the use of modules - batches of Perl program code that execute predefined jobs and they're universally accepted. In simple terms, as an alternative to generating custom-made program code to do something or pasting tens and hundreds of lines of code in the script, you are able to "call" some module that already exists for this specific job and use only a few lines of program code. Thus, your script shall be executed faster because it'll be much smaller. Employing modules will additionally make the script simpler to edit due to the fact that you'll have to go through a smaller amount of code. In case you'd like to use Perl on your website, you should ensure that the needed modules can be found on the server.
Over 3400 Perl Modules in Cloud Hosting
Our cloud plans feature over 3400 Perl modules that you're able to benefit from as a part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, in order to provide you with different options with regard to what capabilities you are able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The whole list is available in the Server Information section of our in-house built Hepsia website hosting Control Panel, which is provided with all of the shared accounts. In the same location, you can find the Perl version that we have as well as the path to the modules that you will need to use inside your scripts to call a particular module from our library.
Over 3400 Perl Modules in Semi-dedicated Servers
All of our semi-dedicated hosting plans feature a big selection of Perl modules that you can use with your scripts. That way, even if you would like to use an application which you've discovered online from another site, you can be certain that it shall be effective since no matter what modules it may require, we will have them. Our collection provides over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and much more - many of them are commonly used and others not so much. We keep such a large number to be on the safe side and to ensure that any script shall work on our web servers even if some module which it requires is used rarely. The full list of modules that can be used can be found within the Hepsia web hosting Control Panel that comes with the semi-dedicated accounts.