Over 3400 Perl Modules
Learn more about the hundreds of Perl modules available and how using them will help your applications.
Perl is a well-liked scripting language which is that is used to create different web-oriented applications, which includes CGI scripts. One of the characteristics that distinguish it from other programming languages is the use of modules - batches of Perl code which execute predefined tasks and they're commonly accepted. Basically, as an alternative to generating custom-made program code to perform something or pasting tens and hundreds of lines of code in the script, you will be able to "call" a module that is already available for this specific job and use just a couple of lines of program code. Consequently, your script will be executed more quickly as it is smaller. Employing modules will additionally make the script much easier to modify as you'll have to search through much less program code. In case you'd like to use Perl on your website, you need to ensure that the required modules can be found on the server.
Over 3400 Perl Modules in Cloud Web Hosting
All of our cloud web hosting plans feature over 3400 Perl modules that you're able to take advantage of as part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, so as to offer you different options in terms of what capabilities you will be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The full list accessible in the Server Information section of our custom-built Hepsia hosting Control Panel, which is featured with all of the shared accounts. In the same place, you'll see the Perl version that we have and the path to the modules that you'll need to use within your scripts in order to call a given module from our library.