Perl is a popular programming language and among its major advantages is the fact that it works with the so-called modules - short bits of program code that contain subroutines and perform numerous tasks. The convenient side of working with modules is the fact that you will not need to write custom-made code or add the entire code for a particular action whenever it needs to be performed. Instead, you'll be able to add just a single line in your Perl script which calls a given module, that in turn will execute the needed action. Not only will this give you shorter and improved scripts, but it will also enable you to make adjustments swifter and much easier. In case you aren't a programmer, yet you would like to employ a Perl app which you've found online, for example, it is likely that the app will require some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

Over 3400 Perl modules are accessible when you acquire any of our Linux shared web hosting. You'll be able to use as many as you have to and we have ensured that we offer all the well-liked ones, as well as numerous others which might not be used that much, but may be a prerequisite for a third-party web application that you need to use or for a custom-made script in order to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you will be able to access. You'll be able to see the complete list in your Hepsia website hosting Control Panel along with the path which you should set within your scripts, so they can use the module library. With our shared plans, you can work with any kind of Perl-based script without limitations.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each and every semi-dedicated server that we offer will allow you to work with any kind of Perl-based web application that you would like, no matter if you've created it yourself or if you've downloaded it from a third-party website. In either case, it'll function flawlessly regardless of the modules it needs because we have a massive library which includes over 3400 different modules. The complete list is available in the Hepsia website hosting Control Panel that's used to take care of the semi-dedicated server accounts. In addition to that list, you'll also see the directory path to the modules, in order to know what you should include in your scripts in order for them to connect to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that any script will be able to run in spite of its specifications.