Perl is a popular scripting language that is that is used to build different web-oriented applications, such as CGI scripts. One of the options that differentiate it from various other languages is the employment of modules - batches of Perl code which execute predefined tasks and they are universally accepted. Basically, as an alternative to creating custom code to do something or pasting tens and hundreds of lines of program code in your script, you're able to "call" some module which already exists for this particular job and use just a few lines of code. Consequently, your script will be executed quicker since it is smaller. Using modules will additionally make the script easier to edit considering that you'll have to go through much less code. In case you'd like to use Perl on your website, you have to ensure that the required modules can be found on your server.

Over 3400 Perl Modules in Hosting

More than 3400 Perl modules are accessible if you buy any of our hosting plans. You can employ as many as you will need and we have ensured that we offer all the well-known ones, as well as a lot more that might not be used as much, but may be a prerequisite for a third-party web application that you would like to use or for a custom-made script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you will be able to access. You'll be able to see the complete list inside your Hepsia web hosting Control Panel along with the path which you need to set in your scripts, so that they can use our module library. When you use our shared packages, you are able to use any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to manage virtually any script application written in this programming language without any problems whatever the semi-dedicated server plan that you pick. This applies for both pre-made applications which you get online and for in-house built ones that you write. We provide 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 characteristics you will be able to add to your applications and sites and second, to guarantee that if you'd like to work with a ready script, it'll run properly no matter what modules it will need. For this reason, most of the modules included in our library are quite popular whereas others are employed rarely. You can find a list of all modules inside your website hosting Control Panel together with the access path that your scripts need so as to use the modules.