Perl is a well-known scripting language that's designed to build various web-oriented applications, including CGI scripts. One of the characteristics which distinguish it from alternative languages is the use of modules - batches of Perl code which do predefined tasks and they are widely accepted. Basically, rather than creating tailor-made program code to make something or pasting tens and hundreds of lines of code in the script, you can "call" a module which already exists for this particular job and use just a couple of lines of program code. Due to this fact, your script shall be executed more quickly because it will be smaller. Employing modules will also make the script much easier to edit because you will need to search through much less code. If you'd like to use Perl on your site, you should make sure that the needed modules are available on the server.
Over 3400 Perl Modules in Shared Website Hosting
When you would like to work with Perl-based applications on your sites - ready-made from a third-party site or custom-made ones, you're able to take advantage of our large module library. With more than 3400 modules set up on our in-house made cloud website hosting platform, you can execute any script, regardless of the shared website hosting plan that you select. After you log in to the Hepsia Control Panel that is provided with all the accounts, you can see the full set of modules that we have along with the path that you should add to your scripts so they can access these modules. Since we now have quite a large library, you can find both well-liked and very rarely used modules. We prefer to be prepared, so if a third-party script that you'd like to use needs a module which isn't very popular, we'll still have it here.
Over 3400 Perl Modules in Semi-dedicated Hosting
All our Linux semi-dedicated hosting offer a huge range of Perl modules that you could use with your scripts. This way, even if you need to use an app which you have discovered online from another internet site, you can rest assured that it shall work correctly because regardless of what modules it may possibly require, we'll have them. Our collection features over 3400 modules like DBD::mysql, URI, LWP, XML::Parser and a lot more - some are commonly used while others not so much. We keep such a large number to be on the safe side and to ensure that any script will work on our web servers even if some module which it requires is used very rarely. The whole list of modules that can be used is available within the Hepsia website hosting Control Panel provided with the semi-dedicated accounts.