Perl is a well-liked scripting language that is employed to create various web-oriented applications, including CGI scripts. Among the characteristics that distinguish it from other programming languages is the employment of modules - parts of Perl code that perform predefined jobs and they are commonly accepted. In simple terms, rather than creating tailor-made program code to make something or pasting tens and hundreds of lines of code inside your script, you can "call" some module that is already available for this particular task and use only a few lines of program code. Due to this fact, your script shall be executed a lot faster as it'll be much smaller. Using modules will additionally make the script simpler to change since you will need to search through a smaller amount of program code. In case you would like to use Perl on your site, you have to ensure that the required modules are present on the server.

Over 3400 Perl Modules in Cloud Website Hosting

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

Over 3400 Perl Modules in Semi-dedicated Servers

Every single semi-dedicated server that we supply will allow you to employ any Perl-based web app that you wish, regardless if you have made it yourself or if you've downloaded it from a third-party site. Either way, it'll run properly regardless of the modules it requires since we have a rich library that includes more than 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel that is used to control the semi-dedicated server accounts. Along with the list, you'll 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 these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to ensure that virtually any kind of script will run in spite of its specifications.