Perl is a popular scripting language that is which is used to build different web-oriented apps, including CGI scripts. Among the attributes which distinguish it from alternative programming languages is the use of modules - parts of Perl program code which perform predefined jobs and they're widely accepted. Basically, rather than generating custom-made program code to perform something or pasting tens and hundreds of lines of program code inside your script, you will be able to "call" a module which is already available for this particular process and use only several lines of program code. Therefore, your script will be executed faster as it'll be much smaller. Using modules will additionally make your script simpler to edit because you'll need to go through much less code. In case you wish to use Perl on your site, you have to ensure that the needed modules can be found on your server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules will be readily available when you get any of our Linux cloud packages. You will be able to employ as many as you will need and we have made sure that we have all of the well-known ones, as well as many others that are not used as much, but may be a requirement for some third-party web application that you need to use or for a custom script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you'll be able to access. You'll be able to see the full list in your Hepsia hosting Control Panel as well as the path that you need to set inside your scripts, so that they can use the module library. Using our shared plans, you can employ any type of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we provide will allow you to work with any Perl-based web app that you'd like, no matter if you have made it yourself or if you have downloaded it from a third-party site. In either case, it will work flawlessly whatever the modules it needs since we have a massive library that consists of more than 3400 different modules. A full list is available in the Hepsia web hosting Control Panel that's used to manage the semi-dedicated server accounts. In addition to the list, you will also find the directory path to the modules, in order to know what you have to include in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to make sure that almost any script will be able to run in spite of its requirements.