Perl is a well-known scripting language that is designed to make different web-oriented apps, such as CGI scripts. One of the features that differentiate it from many other languages is the use of modules - batches of Perl program code which do predefined tasks and they're widely accepted. Basically, as an alternative to writing custom program code to make something or pasting tens and hundreds of lines of program code inside your script, you can "call" some module which is already available for this specific task and use only a couple of lines of code. Because of this, your script shall be executed more rapidly because it'll be smaller. Employing modules will additionally make your script easier to modify due to the fact that you will have to search through a smaller amount of code. If you intend to use Perl on your site, you should make sure that the mandatory modules can be found on the server.

Over 3400 Perl Modules in Cloud Hosting

Our Linux cloud hosting packages feature more than 3400 Perl modules which you are able to use as part of your CGI scripts or web-based applications. They include both popular and less popular ones, so as to supply you with a choice regarding what capabilities you'll be able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list can be found in the Server Information area of our tailor-made Hepsia website hosting Control Panel, that is provided with all the shared accounts. In the same place, you can see the Perl version which we have and the path to the modules that you'll have to use in your scripts to call a specific module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud hosting platform, you're able to run any kind of script application created in this programming language without any problems irrespective of the semi-dedicated server package that you select. The aforementioned is valid for both pre-made apps that you get online and for tailor-made ones which you write. We supply such a multitude of modules for a couple of reasons - first, to offer you different options in respect to what features you can add to your applications and websites and second, to ensure that in case you'd like to employ a ready script, it will run appropriately whatever the modules it requires. For this reason, some of the modules in our library are very popular whereas others are employed rarely. You will find a list of all the modules in your web hosting Control Panel along with the access path which your scripts need to use the modules.