Perl is a well-known scripting language that's which is used to make various web-oriented applications, such as CGI scripts. Among the features that distinguish it from other programming languages is the usage of modules - batches of Perl program code that complete predefined tasks and they're widely accepted. In simple terms, as an alternative to writing tailor-made code to make something or pasting tens and hundreds of lines of code in your script, you're able to "call" some module that already exists for this particular task and use just a couple of lines of code. Due to this fact, your script shall be executed much more quickly because it is much smaller. Employing modules will additionally make a script simpler to modify considering that you will need to go through much less code. If you'd like to use Perl on your website, you need to make sure that the necessary modules can be found on the server.

Over 3400 Perl Modules in Hosting

Over 3400 Perl modules will be at your disposal when you get any of our Linux hosting packages. You will be able to employ as many as you need to and we have made sure that we've got all the preferred ones, as well as numerous others that might not be used that 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 function effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a few instances of the modules you'll be able to access. You will be able to find the complete list in your Hepsia website hosting Control Panel as well as the path which you need to set within your scripts, so they can use our module library. When you use our shared packages, you can employ any Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every single semi-dedicated server that we supply allows you to use any kind of Perl-based web application that you'd like, regardless if you've made it yourself or if you have downloaded it from a third-party website. In either case, it'll function flawlessly irrespective of the modules it may require as we have a rich library which includes over 3400 different modules. A full list is accessible in the Hepsia hosting Control Panel which is used to control the semi-dedicated server accounts. Along with that list, you'll also find the directory path to the modules, in order to know what you should add in your scripts in order for them to link to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to ensure that any script will be able to run regardless of its requirements.