Perl is a very popular web-oriented computer programming language, which is used to make CGI scripts and various applications. It is very useful because you do not have to submit the same code time and time again in order to get some process executed several times, but you are able to apply modules. They're pre-defined subroutines or sets of tasks that can be called and executed in a script. That is to say, you're able to add only a reference to a specific module within your program code rather than using the entire module code again and again. In this way, your script will be shorter, thus it shall be executed a lot faster, not mentioning that it'll be much simpler to maintain or modify. If you would like to employ a third-party ready-made Perl script instead of creating your own, it will probably need certain modules to be present on the web hosting server.

Over 3400 Perl Modules in Shared Website Hosting

Our shared website hosting include over 3400 Perl modules that you can use as part of your CGI scripts or web-based apps. They include both popular and less popular ones, in order to supply you with a choice regarding what features you'll 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 is available in the Server Information area of our custom-built Hepsia website hosting Control Panel, which is provided with all shared accounts. In the same location, you'll find the Perl version that we have along with the path to the modules that you'll have to use within your scripts so as to call a particular module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we provide will allow you to use any kind of Perl-based web application that you wish, regardless if you have created it yourself or if you've downloaded it from a third-party website. In either case, it will work perfectly irrespective of the modules it needs as we have a rich library that includes more than 3400 different modules. A complete list can be found in the Hepsia web hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with the list, you'll also find the directory path to the modules, in order to know what you should 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 supply such a large number of modules to ensure that any kind of script will run regardless of its requirements.