Perl is a well-known programming language and among its key pros is the fact that it works with the so-called modules - short bits of program code which include subroutines and do various tasks. The handy side of working with modules is the fact that you won't need to create custom-made code or add the entire code for a given task every time it should be performed. Alternatively, you will be able to include only a single line in your Perl script which calls a specific module, that in turn will execute the necessary action. Not only will this lead to shorter and improved scripts, but it'll also help you make modifications quicker and easier. If you aren't a programmer, yet you'd like to begin using a Perl app which you've found online, for example, it is likely that the application will require some modules to be already installed on the hosting server.

Over 3400 Perl Modules in Cloud Website Hosting

All our cloud website hosting packages come with over 3400 Perl modules that you're able to work with as part of your CGI scripts or web-based applications. They contain both widespread and less popular ones, to supply you with a choice regarding what capabilities you are able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list accessible in the Server Information section of our tailor-made Hepsia web hosting Control Panel, which is featured with all of the shared accounts. In the same place, you'll find the Perl version that we have along with the path to the modules that you will have to use in your scripts in order to call a particular module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

If you wish to employ a Perl-based web application or CGI script, it shall be possible to use 3400+ different modules that can be found on our cloud hosting platform and are part of each semi-dedicated server we offer. You'll be able to see the whole list anytime via your Hepsia Control Panel along with the folder path needed for your scripts to access the modules. We acknowledge the fact that some third-party applications could need modules that aren't very popular to operate correctly, hence the large amount we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules that you shall be able to use with your Perl apps regardless of the package that you opt for.