Over 3400 Perl Modules
Can Perl modules be employed to enhance and change the Perl programming language?
Perl is a well-liked scripting language which is used to create different web-oriented apps, which includes CGI scripts. Among the options that distinguish it from other languages is the use of modules - parts of Perl code which perform predefined jobs and they're commonly accepted. In simple terms, instead of writing custom-made program code to perform something or pasting tens and hundreds of lines of code in the script, you'll be able to "call" some module which already exists for this specific job and use only several lines of code. Thus, your script shall be executed more quickly because it is smaller. Employing modules will also make your script much easier to edit considering that you will need to search through a smaller amount of code. If you would like to use Perl on your website, you have to ensure that the needed modules are available on the server.
Over 3400 Perl Modules in Shared Website Hosting
All our Linux shared website hosting packages include more than 3400 Perl modules that you will be able to employ as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, in order to offer you different options regarding what functions you are able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list can be found in the Server Information section of our in-house made Hepsia website hosting Control Panel, which is featured with all of the shared accounts. In the same location, you will find the Perl version that we have as well as the path to the modules that you will need to use within your scripts to call a certain module from our library.