Over 3400 Perl Modules
Learn more about the hundreads of Perl modules available and how making use of them may help your applications.
Perl is a popular scripting language that's designed to build various web-oriented applications, including CGI scripts. Among the options which distinguish it from other languages is the employment of modules - parts of Perl code that do predefined jobs and they're widely accepted. Basically, as an alternative to creating custom program code to do something or pasting tens and hundreds of lines of program code in the script, you'll be able to "call" some module which already exists for this particular task and use just several lines of code. Due to this, your script shall be executed much more rapidly as it will be much smaller. Using modules will additionally make your script easier to change because you will have to search through much less code. In case you intend to use Perl on your website, you have to make sure that the mandatory modules are present on the server.
-
Over 3400 Perl Modules in Cloud Web Hosting
Every time you wish to employ Perl-based applications on your sites - ready-made from a third-party site or custom ones, you are able to benefit from our vast module library. With more than 3400 modules set up on our tailor-made cloud website hosting platform, you'll be able to execute any type of script, regardless of the
cloud web hosting package that you choose. As soon as you sign in to the Hepsia Control Panel that is included with all accounts, you will be able to see the whole list of modules that we have as well as the path that you need to add to your scripts so that they will access these modules. Since we now have quite a big library, you can find both widespread and seldom used modules. We prefer to be on the safe side, so in case some third-party script that you wish to use needs a module which is not that popular, we'll still have it on our end.
-
Over 3400 Perl Modules in Semi-dedicated Servers
Each and every
semi-dedicated server that we provide allows you to use any Perl-based web app that you wish, regardless if you've created it yourself or if you have downloaded it from a third-party site. In either case, it will run flawlessly regardless of the modules it may require since we have a massive library that contains more than 3400 different modules. The full list can be found in the Hepsia website hosting Control Panel which is used to manage the semi-dedicated server accounts. Along with the list, you will also see the directory path to the modules, in order to know what you need to include in your scripts in order for them to link to the modules. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to ensure that virtually any kind of script will be able to run in spite of its requirements.