Perl is a well-known scripting language which is which is used to make different web-oriented apps, which includes CGI scripts. Among the features which differentiate it from many other languages is the employment of modules - batches of Perl code which do predefined jobs and they are commonly accepted. Basically, instead of writing custom-made code to do something or pasting tens and hundreds of lines of code in the script, you are able to "call" a module that is already available for this particular job and use just a couple of lines of program code. Consequently, your script shall be executed much more rapidly because it is much smaller. Employing modules will additionally make your script much easier to edit considering that you will have to go through much less program code. In case you would like to use Perl on your website, you need to make sure that the needed modules are present on the server.

Over 3400 Perl Modules in Cloud Web Hosting

All of our cloud web hosting service feature over 3400 Perl modules which you will be able to work with as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, in order to provide you with different options with regard to what functions you're able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list can be found in the Server Information area of our custom-built Hepsia website hosting Control Panel, which is featured with all of the shared accounts. In the same location, you'll find the Perl version that we have along with the path to the modules that you'll have to use in your scripts so as to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Our semi-dedicated service feature a massive collection of Perl modules that you could use with your scripts. Thus, even when you would like to use an application which you've discovered online from a different site, you can rest assured that it'll work effectively as no matter what modules it could possibly need, we will have them. Our selection features over 3400 modules including DBD::mysql, URI, LWP, XML::Parser and a lot more - some are commonly used and others not so much. We keep such a significant number to be on the safe side and to be sure that any script will work on our machines even if some module that it needs is used extremely rarely. The entire list of modules you can use is available within the Hepsia website hosting Control Panel that comes with the semi-dedicated accounts.