Perl is a well-liked scripting language which is which is used to make various web-oriented apps, including CGI scripts. One of the options that distinguish it from various other programming languages is the use of modules - batches of Perl code that perform predefined jobs and they are commonly accepted. In simple terms, instead of creating custom program code to make something or pasting tens and hundreds of lines of program code in the script, you are able to "call" some module that is already available for this particular process and use only several lines of program code. As a result, your script shall be executed faster because it is smaller. Using modules will also make the script much easier to edit because you'll have to search through a smaller amount of program code. In case you'd like to use Perl on your website, you should ensure that the mandatory modules are available on your server.
Over 3400 Perl Modules in Cloud Web Hosting
All of our cloud web hosting come with over 3400 Perl modules that you are able to use as a part of your CGI scripts or web-based apps. They contain both popular and less popular ones, so as to provide you with different options with regard to what capabilities you will be able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The whole list can be found in the Server Information area of our custom-made Hepsia web hosting Control Panel, which is featured with all the shared accounts. In the same place, you'll find the Perl version which we have as well as the path to the modules that you will have to use in your scripts so as to call a certain module from our library.
Over 3400 Perl Modules in Semi-dedicated Servers
With more than 3400 Perl modules pre-installed on our cloud hosting platform, you'll be able to run almost any script application developed in this programming language without a problem irrespective of the semi-dedicated server plan that you pick. The abovementioned applies for both pre-made apps which you find online and for in-house built ones that you write. We supply such a large number of modules for a couple of reasons - first of all, to offer you a choice in respect to what kind of features you can add to your apps and sites and second, to ensure that in case you wish to employ a ready script, it'll run properly regardless of what modules it requires. Because of this, most of the modules inside our library are quite popular while others are used very rarely. You'll find a list of all the modules in your hosting Control Panel in addition to the access path which your scripts need in order to use these modules.