Perl is a very popular scripting language that's employed to make different web-oriented applications, including CGI scripts. One of the features which differentiate it from various other programming languages is the employment of modules - batches of Perl code which do predefined jobs and they're commonly accepted. In simple terms, rather than generating custom-made code to perform something or pasting tens and hundreds of lines of code in your script, you are able to "call" some module which already exists for this specific task and use only a couple of lines of program code. Due to this fact, your script will be executed much more rapidly as it'll be smaller. Employing modules will additionally make the script much easier to modify considering that you'll have to go through much less code. If you want to use Perl on your website, you have to make sure that the needed modules are present on your server.

Over 3400 Perl Modules in Shared Website Hosting

Over 3400 Perl modules will be at your disposal when you get any of our shared website hosting service. You are able to use as many as you'd like and we have ensured that we have all the well-known ones, and numerous others that are not used as much, but might be a requirement for a third-party web application that you would like to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you can access. You can see the full list in your Hepsia website hosting Control Panel along with the path which you should set in your scripts, so that they can use our module library. When you use our shared packages, you'll be able to employ any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

Every semi-dedicated server that we supply will allow you to use any type of Perl-based web app that you wish, regardless if you've created it yourself or if you have downloaded it from some third-party website. In either case, it will work flawlessly whatever the modules it may require as we have a large library which includes more than 3400 different modules. A full list can be found in the Hepsia web hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to that list, you'll also find the directory path to the modules, so as to know what you should add in your scripts in order for them to connect 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 make sure that any type of script can run in spite of its requirements.