Perl is a popular scripting language that's employed to make various web-oriented applications, such as CGI scripts. One of the options that differentiate it from other languages is the usage of modules - batches of Perl code that execute predefined jobs and they are widely accepted. Basically, rather than writing custom-made program code to do something or pasting tens and hundreds of lines of code in your script, you can "call" some module that is already available for this particular job and use only a few lines of program code. In consequence, your script will be executed more rapidly because it'll be smaller. Employing modules will, in addition make a script simpler to edit considering that you will have to go through much less program code. If you want to use Perl on your site, you need to ensure that the required modules can be found on your server.
Over 3400 Perl Modules in Shared Hosting
More than 3400 Perl modules are at your disposal if you purchase any of our shared hosting. You'll be able to use as many as you'll need and we've ensured that we've got all of the well-liked ones, and many more that might not be used as much, but might be a requirement for a third-party web app that you need to use or for a custom script to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a few examples of the modules you can access. You're able to see the entire list in your Hepsia 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're able to employ any type of Perl-based script without any restrictions.
Over 3400 Perl Modules in Semi-dedicated Servers
Each semi-dedicated server that we offer will allow you to employ any Perl-based web application that you wish, regardless if you have made it yourself or if you have downloaded it from some third-party website. In either case, it will work flawlessly irrespective of the modules it requires since we have a rich library which consists of over 3400 different modules. The complete list can be found in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with the list, you'll also see the directory path to the modules, so as to know what you should include in your scripts in order for them to link to these modules. A few 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 kind of script can run regardless of its specifications.