Perl is a popular programming language and among its main pros is that it works with the so-called modules - short bits of code that include subroutines and do multiple tasks. The practical side of using modules is that you won't have to write custom-made program code or add the entire code for a particular task each and every time it should be executed. Alternatively, you'll be able to add just a single line in your Perl script which calls a given module, that consequently will perform the necessary action. Not only will this lead to shorter and more optimized scripts, but it will allow you to make changes quicker and easier. In case you are not a programmer, but you'd like to work with a Perl app that you've discovered on the worldwide web, for example, it is likely that the app will need some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

Over 3400 Perl modules are at your disposal when you buy any of our Linux cloud hosting packages. You can use as many as you need to and we have ensured that we've got all the well-known ones, as well as many more which might not be used as much, but might be a requirement for a third-party web application that you need to use or for a custom-made script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you'll be able to access. You're able to see the list inside your Hepsia website hosting Control Panel as well as the path that you should set within your scripts, so that they can use our module library. Using our shared packages, you're able to employ any kind of Perl-based script without any limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Every semi-dedicated server that we supply allows you to work with any Perl-based web application that you would like, regardless if you have created it yourself or if you've downloaded it from some third-party site. In either case, it'll run perfectly regardless of the modules it needs because we have a rich library that contains more than 3400 different modules. A complete list is accessible in the Hepsia website hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you can also find the directory path to the modules, so as to know what you have to include in your scripts in order for them to link to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a large number of modules to make sure that any script will run in spite of its specifications.