Perl is a popular scripting language that's used to build different web-oriented apps, including CGI scripts. One of the characteristics that distinguish it from other languages is the usage of modules - batches of Perl code which do predefined tasks and they are universally accepted. In simple terms, as an alternative to creating tailor-made code to make something or pasting tens and hundreds of lines of code in your script, you can "call" a module that already exists for this specific task and use only several lines of code. Consequently, your script shall be executed much more rapidly since it'll be much smaller. Employing modules will additionally make a script easier to edit as you'll need to browse through a smaller amount of code. In case you want to use Perl on your site, you have to ensure that the needed modules are available on the server.

Over 3400 Perl Modules in Shared Website Hosting

When you purchase one of the Linux shared website hosting that we offer, you will receive access to a huge library of over 3400 Perl modules which are already set up on our cloud server platform. After you log in to your Hepsia Control Panel, you're able to go to the Server Information area where you can easily see the whole list. Some of them are more popular than others, however we offer such a large selection because we are aware that when you use an application from some third-party site, it may have specific prerequisites as to what kind of modules have to be set up on the server or it might not function appropriately. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you're able to access and employ on your websites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to run any kind of script application created in this programming language without any problems regardless of the semi-dedicated server plan that you select. The aforementioned is valid for both pre-made applications that you discover online and for tailor-made ones that you create. We offer such a large number of modules for a couple of reasons - first, to provide you with a selection in respect to what kind of features you are able to add to your apps and websites and secondly, to guarantee that in case you want to work with a ready script, it'll run appropriately regardless of what modules it will require. Because of this, some of the modules in our library are very popular while others are employed very rarely. You can find a list of all the modules inside your hosting Control Panel together with the access path which your scripts need in order to use the modules.