Perl is a well-liked web-oriented computer programming language, that is employed to generate CGI scripts along with various applications. It's very handy as you don't have to create the same code time and again so that you can have some process executed several times, but you're able to apply modules. They're pre-defined subroutines or sets of operations that can be called and executed inside a script. This means that, you will be able to include just a reference to a given module within your program code instead of using the whole module code over and over again. In this way, your script will be shorter, thus it shall be executed much faster, not mentioning that it'll be much easier to maintain and / or modify. In case you would like to take advantage of some third-party ready-made Perl script as an alternative to writing your own, it'll probably need certain modules to be pre-installed on the hosting server.
Over 3400 Perl Modules in Cloud Hosting
All our cloud hosting come with more than 3400 Perl modules that you can work with as part of your CGI scripts or web-based apps. They contain both widely used and less popular ones, in order to supply you with a choice regarding what functionality you're able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The full list is available in the Server Information section of our custom-built Hepsia website hosting Control Panel, which comes with all the shared accounts. In the same place, you'll find the Perl version that we have and the path to the modules that you'll have to use within your scripts to call a specific module from our library.
Over 3400 Perl Modules in Semi-dedicated Servers
Each semi-dedicated server that we supply allows you to use any type of Perl-based web app that you wish, regardless if you've made it yourself or if you've downloaded it from some third-party website. In either case, it'll function flawlessly whatever the modules it may require as we have a rich library which consists of over 3400 different modules. The complete list can be found in the Hepsia hosting Control Panel which is used to control the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, so as to know what you need to add in your scripts in order for them to connect to the 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 almost any script can run in spite of its specifications.