Perl is a well-known programming language and one of its key pros is that it works with the so-called modules - short pieces of program code that include subroutines and do multiple tasks. The practical side of using modules is that you do not need to write custom-made program code or include the entire code for a certain task each time it has to be executed. Instead, you'll be able to add just a single line in your Perl script which calls a given module, which consequently will perform the needed action. Not only will this give you shorter and improved scripts, but it'll also enable you to make changes faster and easier. In case you are not a programmer, still you'd like to start using a Perl app that you've discovered on the Internet, for example, it's very likely that the app will need some modules to be already set up on your hosting server.

Over 3400 Perl Modules in Shared Hosting

All our Linux shared hosting feature more than 3400 Perl modules which you will be able to take advantage of as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, so as to supply you with different options with regard to what functionality you're able to add to your sites. Several 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 Hepsia web hosting Control Panel, that is featured with all of the shared accounts. In the same place, you can find the Perl version that we have and the path to the modules that you'll need to use within your scripts in order to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

Each semi-dedicated server that we supply allows you to employ any Perl-based web app that you would like, regardless if you have created it yourself or if you've downloaded it from a third-party website. In either case, it'll function properly regardless of the modules it may require since we have a large library which includes more than 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel that is used to manage the semi-dedicated server accounts. In addition to that list, you will also see the directory path to the modules, in order to know what you have to include in your scripts in order for them to connect to these modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any kind of script will be able to run in spite of its requirements.