Over 3400 Perl Modules
Discover more about the hundreads of Perl modules available and how making use of them can help your applications.
Perl is a widely used programming language and among its key advantages is the fact that it supports the so-called modules - short pieces of code that contain subroutines and execute a variety of tasks. The beneficial side of working with modules is that you do not have to create custom code or add the entire code for a certain task whenever it needs to be executed. Alternatively, you can include only a single line in your Perl script which calls a specific module, which consequently will execute 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. If you are not a programmer, but you'd like to begin using a Perl application that you've discovered online, for instance, it is very likely that the app will need certain modules to be already set up on the website hosting server.
-
Over 3400 Perl Modules in Shared Hosting
Over 3400 Perl modules are accessible if you obtain any of our
Linux shared hosting. You'll be able to employ as many as you need to and we've ensured that we have all the well-known ones, as well as a lot more that may not be used as much, but might be a requirement for a third-party web application that you wish to use or for a custom-made script to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of instances of the modules you'll be able to access. You are able to find the list inside your Hepsia web hosting Control Panel along with the path that you should set within your scripts, so that they can use our module library. When you use our shared packages, you can employ any type of Perl-based script without restrictions.
-
Over 3400 Perl Modules in Semi-dedicated Servers
Every
semi-dedicated server that we provide allows you to employ any Perl-based web app that you'd like, no matter if you've created it yourself or if you have downloaded it from some third-party website. In either case, it'll work flawlessly whatever the modules it requires since we have a massive library that contains more than 3400 different modules. A complete list is accessible in the Hepsia hosting Control Panel that is used to control the semi-dedicated server accounts. In addition to that list, you will also find the directory path to the modules, so as to know what you need to add in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to make sure that any script can run in spite of its specifications.