Perl is a well-known scripting language which is used to create different web-oriented apps, including CGI scripts. One of the options which distinguish it from other languages is the employment of modules - parts of Perl program code that complete predefined jobs and they are commonly accepted. Basically, instead of creating tailor-made code to perform something or pasting tens and hundreds of lines of program code in the script, you can "call" some module which is already available for this specific job and use only a couple of lines of code. Therefore, your script will be executed quicker as it is smaller. Employing modules will additionally make a script easier to change due to the fact that you'll have to browse through a smaller amount of code. If you'd like to use Perl on your website, you should make sure that the required modules can be found on the server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules will be accessible if you get any of our Linux website hosting packages. You are able to employ as many as you'd like and we've ensured that we've got all the well-known ones, and a lot more that are not used that much, but can be a requirement for a third-party web app 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 couple of examples of the modules you'll be able to access. You can find the full list inside your Hepsia hosting Control Panel along with the path which you need to set within your scripts, so they can use the module library. Using our shared plans, you will be able to work with any kind of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we offer allows you to work with any kind of Perl-based web application that you wish, regardless if you've made it yourself or if you've downloaded it from some third-party website. Either way, it'll function properly irrespective of the modules it needs because we have a rich library that contains more than 3400 different modules. The complete list is available in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. In addition to that list, you can also see the directory path to the modules, so as to know what you need to 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 supply such a large number of modules to make sure that almost any script will be able to run in spite of its requirements.