Over 3400 Perl Modules
Find out more about the hundreads of Perl modules available and how making use of them may help your apps.
Perl is a well-known scripting language that is which is used to make different web-oriented applications, such as CGI scripts. Among the characteristics that distinguish it from alternative programming languages is the use of modules - parts of Perl program code which do predefined tasks and they are commonly accepted. Basically, instead of generating custom-made code to perform something or pasting tens and hundreds of lines of code in the script, you're able to "call" some module which already exists for this particular task and use just a couple of lines of code. Due to this fact, your script will be executed more rapidly because it will be much smaller. Using modules will, in addition make the script easier to modify because you'll have to go through a smaller amount of code. In case you would like to use Perl on your site, you need to ensure that the necessary modules are present on your server.
Over 3400 Perl Modules in Cloud Hosting
Our cloud hosting feature over 3400 Perl modules which you will be able to use as a part of your CGI scripts or web-based apps. They contain both popular and less popular ones, so as to supply you with different options with regard to what functions you are able to add to your websites. A couple of examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list can be found in the Server Information area of our in-house built Hepsia website hosting Control Panel, that comes with all shared accounts. In the same location, you will see the Perl version that we have as well as the path to the modules that you'll need to use inside your scripts in order to call a given module from the library.