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 very popular scripting language which is designed to make various web-oriented apps, which includes CGI scripts. Among the features which differentiate it from other programming languages is the employment of modules - batches of Perl program code which complete predefined jobs and they are commonly accepted. In simple terms, as an alternative to creating custom program code to make something or pasting tens and hundreds of lines of program code in the script, you can "call" a module that already exists for this particular task and use just a few lines of program code. Thus, your script shall be executed much more rapidly as it will be smaller. Using modules will also make the script much easier to modify as you'll need to go through much less code. In case you intend to use Perl on your website, you have to make sure that the mandatory modules can be found on the server.
-
Over 3400 Perl Modules in Shared Website Hosting
Over 3400 Perl modules are readily available if you obtain any of our
Linux shared website hosting packages. You're able to employ as many as you will need and we have made sure that we have all the preferred ones, as well as a lot more which may not be used that much, but may be a prerequisite for a third-party web app that you would like to use or for a custom-made script to work properly. LWP, URI, GD, CGI::Session and Image::Magick are only a few examples of the modules you can access. You'll be able to see the full list inside your Hepsia hosting Control Panel along with the path that you should set in your scripts, so they can use the module library. Using our shared plans, you will be able to employ any kind of Perl-based script without restrictions.
-
Over 3400 Perl Modules in Semi-dedicated Hosting
Each
semi-dedicated server that we provide will allow you to use any kind of Perl-based web application that you would like, regardless if you've created it yourself or if you have downloaded it from some third-party website. Either way, it will run properly irrespective of the modules it requires since we have a massive library which includes over 3400 different modules. A full list can be found in the Hepsia website hosting Control Panel that is used to control the semi-dedicated server accounts. Along with that list, you'll also see the directory path to the modules, so as to know what you have 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 large number of modules to make sure that any script will be able to run in spite of its specifications.