Perl is a well-liked scripting language that's employed to create different web-oriented apps, including CGI scripts. One of the attributes that differentiate it from other programming languages is the employment of modules - parts of Perl code that execute predefined tasks and they're universally accepted. In simple terms, instead of writing tailor-made code to do something or pasting tens and hundreds of lines of code inside your script, you will be able to "call" some module that already exists for this particular task and use just several lines of code. Therefore, your script shall be executed faster as it is much smaller. Employing modules will also make the script much easier to modify as you'll have to search through much less program code. In case you want to use Perl on your site, you need to ensure that the required modules can be found on the server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules are accessible if you buy any of our cloud hosting. You're able to employ as many as you'll need and we have made sure that we've got all of the popular ones, as well as many more that are not used that much, but might be a requirement for some third-party web app that you wish to use or for a custom script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you can access. You're able to find the full list inside your Hepsia web hosting Control Panel along with the path that you have to set in your scripts, so that they can use the module library. Using our shared plans, you can employ any type of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we offer allows you to work with any Perl-based web app that you'd like, regardless if you've made it yourself or if you've downloaded it from some third-party website. Either way, it will work perfectly irrespective of the modules it needs since we have a large library that includes over 3400 different modules. A full list is available in the Hepsia website hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to the list, you will also see the directory path to the modules, so as to know what you need to include in your scripts in order for them to connect to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any script will be able to run regardless of its specifications.