Perl is a preferred scripting language that is designed to create various web-oriented applications, which includes CGI scripts. Among the features which differentiate it from many other languages is the usage of modules - parts of Perl program code which complete predefined tasks and they're universally accepted. Basically, instead of writing custom program code to perform something or pasting tens and hundreds of lines of program code inside your script, you will be able to "call" some module that is already available for this specific job and use only several lines of program code. Because of this, your script will be executed more rapidly because it will be much smaller. Using modules will additionally make the script much easier to modify considering that you will have to search through much less program code. In case you wish to use Perl on your site, you should make sure that the mandatory modules are available on your server.

Over 3400 Perl Modules in Cloud Website Hosting

Over 3400 Perl modules are at your disposal if you obtain any of our cloud website hosting plans. You're able to employ as many as you have to and we've ensured that we offer all the well-known ones, and a lot more that might not be used that much, but might be a prerequisite for a third-party web application that you wish to use or for a custom script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you will be able to access. You will be able to find the complete list inside your Hepsia web hosting Control Panel as well as the path which you need to set in your scripts, so they can use our module library. With our shared plans, you can use any Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Servers

Each and every semi-dedicated server that we offer allows you to use any Perl-based web application that you wish, no matter if you've created it yourself or if you have downloaded it from some third-party site. In either case, it will run flawlessly irrespective of the modules it needs since we have a rich library that contains more than 3400 different modules. A complete list is available in the Hepsia hosting Control Panel that is used to take care of the semi-dedicated server accounts. In addition to the list, you can also see the directory path to the modules, in order to know what you should include in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to ensure that any script will run regardless of its specifications.