Perl is a well-known programming language and one of its major advantages is the fact that it works with the so-called modules - short pieces of program code which include subroutines and perform multiple tasks. The useful side of using modules is that you won't need to create custom-made code or include the entire code for a given process each and every time it needs to be executed. Instead, you are able to include only one line in your Perl script that calls a given module, which consequently will perform the necessary task. Not only will this give you shorter and enhanced scripts, but it will enable you to make modifications quicker and easier. If you are not a programmer, yet you'd like to use a Perl app which you've discovered on the web, for instance, it is likely that the application will need specific modules to be already set up on the web hosting server.
Over 3400 Perl Modules in Shared Hosting
More than 3400 Perl modules will be at your disposal when you get any of our Linux shared hosting. You can employ as many as you have to and we've ensured that we have all of the preferred ones, as well as many others which are not used as much, but may be a requirement for some third-party web app that you want to use or for a custom-made script to function properly. LWP, URI, GD, CGI::Session and Image::Magick are just a few instances of the modules you can access. You are able to see the list in your Hepsia web hosting Control Panel along with the path which you need to set within your scripts, so that they can use the module library. Using our shared plans, you are able to employ any Perl-based script without restrictions.
Over 3400 Perl Modules in Semi-dedicated Servers
Every single semi-dedicated server that we provide allows you to use any Perl-based web app that you'd like, no matter if you have made it yourself or if you have downloaded it from a third-party site. In either case, it will function perfectly regardless of the modules it requires as we have a massive library which contains over 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel that is used to manage the semi-dedicated server accounts. Along with the list, you can also find the directory path to the modules, so as to know what you need 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 multitude of modules to ensure that virtually any kind of script can run in spite of its specifications.