Perl is a preferred scripting language that is which is used to make different web-oriented apps, which includes CGI scripts. One of the options which distinguish it from many other languages is the use of modules - batches of Perl code that execute predefined jobs and they're widely accepted. Basically, instead of writing tailor-made code to perform something or pasting tens and hundreds of lines of program code inside your script, you can "call" some module that is already available for this specific process and use just a couple of lines of code. Therefore, your script shall be executed much more rapidly because it'll be much smaller. Employing modules will, in addition make a script simpler to modify due to the fact that you will need to browse through much less program code. In case you'd like to use Perl on your website, you need to make sure that the mandatory modules can be found on your server.

Over 3400 Perl Modules in Hosting

Our hosting include over 3400 Perl modules which you will be able to take advantage of as a part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, so as to supply you with different options with regard to what functions you are able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list accessible in the Server Information section of our custom-made Hepsia hosting Control Panel, that is featured with all the shared accounts. In the same place, you can find the Perl version which we have and the path to the modules that you will have to use within your scripts in order to call a given module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud hosting platform, you can run any kind of script application developed in this programming language without a problem whatever the semi-dedicated server package that you choose. This is valid for both pre-made applications which you get online and for custom-built ones that you develop. We have such a large number of modules for two reasons - first, to give you a choice in respect to what kind of features you are able to add to your applications and websites and secondly, to guarantee that in case you want to employ a ready script, it will run properly regardless of what modules it will require. For this reason, many of the modules included in our library are quite popular while others are employed very rarely. You will see a list of all modules in your hosting Control Panel along with the access path which your scripts need to use these modules.