Over 3400 Perl Modules
Learn more about the hundreads of Perl modules available and how using them may help your applications.
Perl is a widespread programming language and among its key pros is the fact that it works with the so-called modules - short pieces of program code which contain subroutines and execute multiple tasks. The practical side of employing modules is that you will not have to write custom-made program code or include the entire code for some task each time it should be performed. Alternatively, you are able to add only a single line in your Perl script which calls a certain module, that consequently will execute the necessary action. Not only will this give you shorter and optimized scripts, but it will allow you to make modifications quicker and much easier. If you are not a programmer, but you'd like to use a Perl app that you've found on the web, for instance, it's very likely that the application will require some modules to be already installed on your web hosting server.
-
Over 3400 Perl Modules in Shared Website Hosting
All of our
Linux shared website hosting services come with more than 3400 Perl modules which you're able to benefit from as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, so as to provide you with a choice regarding what functions you're able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The full list is available in the Server Information area of our in-house made Hepsia web hosting Control Panel, which is provided with all of the shared accounts. In the same location, you'll find the Perl version which we have along with the path to the modules that you'll have to use in your scripts to call a particular module from the library.
-
Over 3400 Perl Modules in Semi-dedicated Hosting
Each
semi-dedicated server that we supply will allow you to use any kind of 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 site. In either case, it'll run perfectly irrespective of the modules it may require as 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 manage the semi-dedicated server accounts. In addition to that list, you'll also find the directory path to the modules, in order to know what you should add 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 have such a large number of modules to make sure that any type of script can run regardless of its specifications.