Perl is a preferred scripting language that's which is used to create different web-oriented apps, such as CGI scripts. Among the characteristics that distinguish it from various other programming languages is the use of modules - parts of Perl program code which perform predefined tasks and they are widely accepted. In simple terms, rather than generating tailor-made program code to do something or pasting tens and hundreds of lines of code inside your script, you are able to "call" some module which already exists for this specific job and use only a few lines of code. Thus, your script will be executed more rapidly since it will be smaller. Using modules will, in addition make your script much easier to modify due to the fact that you'll have to browse through a smaller amount of program code. In case you'd like to use Perl on your site, you need to ensure that the necessary modules can be found on your server.

Over 3400 Perl Modules in Cloud Website Hosting

More than 3400 Perl modules will be at your disposal when you acquire any of our cloud website hosting services. You are able to use as many as you need to and we've made sure that we offer all of the well-liked ones, plus a lot more which are not used as much, but might be a prerequisite for some third-party web app that you need to use or for a custom-made script in order to work effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you can access. You can find the complete list in your Hepsia website hosting Control Panel as well as the path which you should set in your scripts, so they can use the module library. When you use our shared packages, you are able to use any Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we offer allows you to employ any Perl-based web application that you wish, regardless if you have created it yourself or if you've downloaded it from some third-party website. Either way, it will function properly regardless of the modules it requires since we have a massive library that contains more than 3400 different modules. A full list is available in the Hepsia web hosting Control Panel which is used to take care of the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, in order to know what you should add in your scripts in order for them to link to the modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we've got such a large number of modules to make sure that any script will run regardless of its specifications.