Perl is a widespread programming language and one of its main advantages is the fact that it works with the so-called modules - short bits of code that contain subroutines and perform multiple tasks. The handy side of using modules is that you do not need to create custom code or include the whole code for a given action each and every time it should be performed. Instead, you can include only one line in your Perl script that calls a given module, that consequently will perform the necessary action. Not only will this give you shorter and more optimized scripts, but it'll also allow you to make modifications faster and much easier. If you aren't a programmer, yet you'd like to use a Perl application which you've found on the web, for example, it is very likely that the app will need some modules to be already set up on the website hosting server.

Over 3400 Perl Modules in Shared Web Hosting

More than 3400 Perl modules are accessible when you purchase any of our Linux shared web hosting packages. You'll be able to use as many as you need to and we've ensured that we have all of the preferred ones, and a lot more that might not be used that much, but might be a prerequisite for a third-party web application that you wish to use or for a custom script in order to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a few instances of the modules you can access. You're able to find the list inside your Hepsia hosting Control Panel along with the path that you have to set inside your scripts, so they can use our module library. Using our shared plans, you are able to work with any type of Perl-based script without any limitations.