Over 3400 Perl Modules
Understand how the Perl programming language can be altered and improved using Perl modules.
Perl is a well-known scripting language which is used to create various web-oriented apps, such as CGI scripts. One of the options that distinguish it from many other languages is the usage of modules - parts of Perl program code that perform predefined jobs and they're universally accepted. In simple terms, rather than creating custom program code to make something or pasting tens and hundreds of lines of code in your script, you'll be able to "call" a module that is already available for this particular job and use only several lines of code. As a result, your script will be executed a lot faster since it is much smaller. Using modules will also make your script much easier to edit as you'll have to search through a smaller amount of program code. If you want to use Perl on your site, you need to ensure that the mandatory modules can be found on your server.
-
Over 3400 Perl Modules in Shared Website Hosting
All of our
shared website hosting come with over 3400 Perl modules that you are able to employ as part of your CGI scripts or web-based apps. They include both popular and less popular ones, so as to offer you a choice with regard to what functionality you will be able to add to your sites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list is available in the Server Information area of our in-house made Hepsia web hosting Control Panel, that is provided with all shared accounts. In the same location, you can see the Perl version which we have along with the path to the modules that you will need to use in your scripts so as to call a particular module from the library.