Perl is a preferred scripting language that's used to create various web-oriented apps, such as CGI scripts. One of the options that distinguish it from many other languages is the use of modules - parts of Perl program code which do predefined jobs and they're universally accepted. In simple terms, instead of creating custom program code to make something or pasting tens and hundreds of lines of program code inside your script, you are able to "call" a module that is already available for this particular job and use just a couple of lines of code. Thus, your script will be executed faster because it'll be smaller. Using modules will, in addition make the script simpler to edit considering that you will need to go through much less program code. In case you'd like to use Perl on your website, you need to ensure that the needed modules can be found on your server.

Over 3400 Perl Modules in Website Hosting

More than 3400 Perl modules will be at your disposal if you purchase any of our website hosting services. You will be able to employ as many as you need to and we've ensured that we've got all of the well-known ones, plus numerous others that might not be used as much, but might be a prerequisite for a third-party web application that you want to use or for a custom-made script to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you'll be able to access. You can find the complete list in your Hepsia web hosting Control Panel as well as the path that you should set in your scripts, so that they can use the module library. Using our shared packages, you're able to employ any Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Our Linux semi-dedicated hosting services feature a big selection of Perl modules that you could use with your scripts. This way, even if you would like to use an application that you have discovered online from a different site, you can rest assured that it will work effectively because regardless of what modules it may require, we'll have them. Our selection consists of more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and much more - many of them are frequently used while others not so much. We keep such a large amount to be on the safe side and to make certain that any script shall run on our web servers even if some module that it requires is used very rarely. The entire list of modules you can use can be found within the Hepsia website hosting Control Panel offered with the semi-dedicated accounts.