Perl is a very popular scripting language which is employed to create different web-oriented apps, which includes CGI scripts. Among the characteristics which differentiate it from various other programming languages is the employment of modules - parts of Perl program code that perform predefined tasks and they're commonly accepted. Basically, rather than creating custom-made program code to do something or pasting tens and hundreds of lines of code in your script, you are able to "call" a module which already exists for this specific task and use only several lines of code. Due to this fact, your script will be executed much more rapidly as it'll be smaller. Employing modules will, in addition make a script simpler to modify as you will need to go through a smaller amount of program code. In case you want to use Perl on your site, you have to ensure that the mandatory modules are present on the server.

Over 3400 Perl Modules in Cloud Web Hosting

Our Linux cloud web hosting include more than 3400 Perl modules which you are able to employ as part of your CGI scripts or web-based apps. They contain both popular and less popular ones, so as to give you different options with regard to what capabilities you'll be able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. A full list accessible in the Server Information area of our custom-built Hepsia website hosting Control Panel, which is provided with all of the shared accounts. In the same location, you'll find the Perl version which we have along with the path to the modules that you'll have to use in your scripts to call a particular module from the library.