Perl is a preferred scripting language that's that is used to create various web-oriented apps, such as CGI scripts. One of the characteristics that distinguish it from various other programming languages is the use of modules - parts of Perl program code that execute predefined jobs and they're widely accepted. In simple terms, instead of generating custom-made code to make something or pasting tens and hundreds of lines of program code in the script, you are able to "call" some module which is already available for this particular task and use just several lines of code. Due to this fact, your script will be executed more quickly as it'll be smaller. Employing modules will also make the script much easier to modify because you'll have to search through much less code. In case you'd like to use Perl on your website, you should make sure that the necessary modules are present on the server.
Over 3400 Perl Modules in Cloud Hosting
All our Linux cloud hosting include more than 3400 Perl modules that you can employ as part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, in order to supply you with a choice with regard to what capabilities you will be able to add to your websites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list accessible in the Server Information area of our tailor-made Hepsia web hosting Control Panel, which is provided with all shared accounts. In the same location, you will find the Perl version which we have and the path to the modules that you will have to use inside your scripts in order to call a specific module from our library.
Over 3400 Perl Modules in Semi-dedicated Hosting
Each semi-dedicated server that we offer allows you to use any type of Perl-based web application that you wish, no matter if you've created it yourself or if you've downloaded it from some third-party site. Either way, it'll run flawlessly whatever the modules it requires since we have a rich library that consists of over 3400 different modules. The full list is accessible in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, in order to know what you need to add in your scripts in order for them to link to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to make sure that any type of script will run regardless of its requirements.