Perl is a very popular scripting language which is employed to build different web-oriented apps, which includes CGI scripts. Among the options that distinguish it from many other languages is the usage of modules - batches of Perl program code which do predefined tasks and they are widely accepted. In simple terms, as an alternative to writing custom code to perform something or pasting tens and hundreds of lines of code in the script, you'll be able to "call" a module that already exists for this particular task and use just several lines of code. Due to this, your script will be executed quicker since it will be smaller. Employing modules will, in addition make your script much easier to edit due to the fact that you'll have to go through a smaller amount of code. In case you'd like to use Perl on your website, you have to ensure that the required modules are available on your server.

Over 3400 Perl Modules in Cloud Hosting

Our cloud plans feature over 3400 Perl modules that you can use as a part of your CGI scripts or web-based applications. They include both widely used and less popular ones, in order to give you different options regarding what capabilities you are able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The complete list accessible in the Server Information section of our custom Hepsia web hosting Control Panel, that comes with all shared accounts. In the same location, you can find the Perl version which we have as well as the path to the modules that you will have to use within your scripts in order to call a certain module from the library.

Over 3400 Perl Modules in Semi-dedicated Servers

With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you are able to run any script app developed in this programming language without any problems irrespective of the semi-dedicated server plan that you pick. This applies for both pre-made apps which you discover online and for tailor-made ones that you create. We provide such a multitude of modules for two reasons - first of all, to give you a selection in respect to what kind of features you will be able to add to your apps and websites and secondly, to ensure that in case you would like to use a ready script, it'll run appropriately regardless of what modules it requires. For this reason, most of the modules included in our library are very popular whereas others are employed rarely. You will see a list of all of the modules in your hosting Control Panel along with the access path which your scripts will need so as to use the modules.