Perl is a well-known scripting language which is that is used to create different web-oriented apps, including CGI scripts. One of the options that differentiate it from alternative languages is the usage of modules - parts of Perl program code which complete predefined jobs and they're universally accepted. Basically, instead of writing custom-made program code to perform something or pasting tens and hundreds of lines of code in your script, you'll be able to "call" some module which is already available for this particular job and use just a couple of lines of code. As a result, your script will be executed a lot quicker since it'll be much smaller. Employing modules will additionally make your script easier to change considering that you'll have to search through a smaller amount of code. In case you intend 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 Web Hosting

Over 3400 Perl modules will be accessible when you buy any of our shared web hosting. You can use as many as you'd like and we've made sure that we have all the preferred ones, plus many more that might not be used as much, but may be a requirement for some third-party web application that you need to use or for a custom-made script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a few instances of the modules you will be able to access. You're able to find the full list inside your Hepsia website hosting Control Panel along with the path that you have to set inside your scripts, so they can use the module library. With our shared packages, you are able to employ any Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud web hosting platform, you're able to manage virtually any script application written in this programming language without a problem irrespective of the semi-dedicated server package that you pick. This is valid for both pre-made apps that you find online and for custom-made ones which you create. 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 functions you're able to add to your applications and websites and secondly, to ensure that in case you would like to work with a ready script, it'll run appropriately whatever the modules it requires. That's why, some of the modules included in our library are very popular whereas others are used very rarely. You'll see a list of all the modules within your hosting Control Panel along with the access path which your scripts need so as to use these modules.