Perl is a very popular scripting language that is designed to build various web-oriented apps, including CGI scripts. Among the characteristics that distinguish it from alternative languages is the employment of modules - parts of Perl code which perform predefined jobs and they're commonly accepted. Basically, as an alternative to creating custom code to perform something or pasting tens and hundreds of lines of code inside your script, you will be able to "call" a module which is already available for this specific job and use only a couple of lines of code. This way, your script will be executed a lot faster because it'll be smaller. Employing modules will, in addition make your script easier to change considering that you'll have to go through much less code. If you intend to use Perl on your website, you have to make sure that the mandatory modules can be found on the server.

Over 3400 Perl Modules in Semi-dedicated Servers

When you want to use a Perl-based web app or CGI script, you will be able to use 3400+ different modules which are available on our cloud hosting platform and are part of every single semi-dedicated server we offer. You shall be able to see the full list anytime through your Hepsia CP along with the folder path required for your scripts to access the modules. We realize the fact that some third-party apps could need modules which are not very popular so as to run efficiently, hence the large selection 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 applications no matter the package that you opt for.