Perl is a popular scripting language which is used to make different web-oriented apps, including CGI scripts. One of the options which differentiate it from various other programming languages is the usage of modules - parts of Perl program code that do predefined tasks and they are widely accepted. Basically, as an alternative to writing custom code to make something or pasting tens and hundreds of lines of program code in your script, you'll be able to "call" a module that is already available for this specific task and use just several lines of code. Consequently, your script will be executed a lot quicker since it'll be much smaller. Employing modules will additionally make a script much easier to change because you'll have to browse through a smaller amount of code. In case you would like to use Perl on your site, you should ensure that the required modules are present on your server.

Over 3400 Perl Modules in Shared Website Hosting

When you acquire one of the shared website hosting plans that we provide, you will get access to a rich library of over 3400 Perl modules which are already installed on our cloud server platform. When you sign in to the Hepsia Control Panel, you're able to visit the Server Information area where you can check the whole list. Some of them are more popular than others, however we have such a large selection since we realize that in case you employ an application from some third-party website, it could have specific prerequisites as to which modules have to be installed on the server or it may not work appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you'll be able to access and use on your websites.

Over 3400 Perl Modules in Semi-dedicated Servers

If you wish to use a Perl-based web app or CGI script, it shall be possible to use 3400+ different modules that are available on our cloud hosting platform and are part of every semi-dedicated server that we offer. You'll be able to see the full list at any moment using your Hepsia Control Panel together with the folder path necessary for your scripts to access the modules. We realize the fact that some third-party apps might require modules which aren't quite popular in order to work correctly, hence the large selection which we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are among the modules that you'll be able to use with your Perl applications regardless of the package deal that you choose.