Over 3400 Perl Modules
Learn more about the hundreads of Perl modules available and how making use of them can help your apps.
Perl is a preferred scripting language that's that is used to build various web-oriented applications, including CGI scripts. Among the attributes that distinguish it from various other languages is the employment of modules - parts of Perl code that execute predefined jobs and they're universally accepted. In simple terms, as an alternative to generating tailor-made program code to do something or pasting tens and hundreds of lines of program code in your script, you're able to "call" some module that already exists for this specific job and use just a couple of lines of code. As a result, your script will be executed a lot quicker because it will be much smaller. Employing modules will, in addition make the script easier to modify because you will need to go through much less code. In case you intend to use Perl on your site, you should ensure that the necessary modules are available on your server.
-
Over 3400 Perl Modules in Cloud Website Hosting
All our
cloud website hosting plans include more than 3400 Perl modules that you are able to employ as a part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, so as to provide you with different options regarding what functionality you are able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list is available in the Server Information area of our in-house made Hepsia web hosting Control Panel, that is featured with all of the shared accounts. In the same location, you will find the Perl version that we have along with the path to the modules that you will need to use within your scripts so as to call a certain module from the library.