Perl is a preferred scripting language that is used to create various web-oriented apps, including CGI scripts. One of the characteristics which distinguish it from other languages is the usage of modules - parts of Perl code which complete predefined jobs and they are widely accepted. Basically, as an alternative to writing tailor-made program code to make something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" a module which is already available for this particular job and use only several lines of program code. Thus, your script shall be executed a lot faster as it'll be smaller. Employing modules will additionally make the script easier to modify because you will need to search through a smaller amount of code. In case you want to use Perl on your site, you should make sure that the mandatory modules can be found on your server.
Over 3400 Perl Modules in Shared Hosting
More than 3400 Perl modules will be accessible when you get any of our Linux shared packages. You're able to use as many as you need and we have ensured that we offer all the preferred ones, and numerous others that might not be used that much, but can be a prerequisite for a third-party web application that you wish to use or for a custom script to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you'll be able to access. You can find the full list inside your Hepsia website hosting Control Panel as well as the path that you need to set in your scripts, so that they can use the module library. When you use our shared plans, you'll be able to work with any Perl-based script without any limitations.
Over 3400 Perl Modules in Semi-dedicated Hosting
When you need to use a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that are available on our cloud hosting platform and are part of every single semi-dedicated server that we offer. You'll be able to see the full list anytime via your Hepsia Control Panel alongside the folder path necessary for your scripts to access the modules. We acknowledge the fact that some third-party apps may need modules that are not popular to work efficiently, hence the big number we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you will be able to use with your Perl apps regardless of the plan you pick.