Perl is a well-known scripting language that is used to build different web-oriented applications, including CGI scripts. One of the characteristics that differentiate it from many other languages is the use of modules - batches of Perl program code which do predefined tasks and they're widely accepted. Basically, instead of writing tailor-made program code to do something or pasting tens and hundreds of lines of code in the script, you'll be able to "call" a module which already exists for this particular process and use only several lines of code. This way, your script shall be executed more quickly because it will be much smaller. Using modules will also make a script much easier to edit as you'll have to go through a smaller amount of code. In case you intend to use Perl on your website, you need to make sure that the needed modules can be found on your server.

Over 3400 Perl Modules in Website Hosting

Over 3400 Perl modules will be readily available when you acquire any of our website hosting plans. You'll be able to use as many as you need to and we've made sure that we offer all of the well-liked ones, as well as many more which might not be used as much, but can be a requirement for a third-party web app that you would like to use or for a custom-made script in order to function properly. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you'll be able to access. You are able to see the list in your Hepsia web hosting Control Panel as well as the path which you need to set inside your scripts, so they can use our module library. Using our shared packages, you are able to use any type of Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you wish to use a Perl-based web app or CGI script, you will be able to use 3400+ different modules that are available on our cloud hosting platform and are a part of every single semi-dedicated server which we offer. You'll be able to see the entire list anytime through your Hepsia Control Panel together with the folder path required for your scripts to access the modules. We identify the fact that some third-party applications may need modules which aren't popular in order to work properly, hence the large selection that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you shall be able to use with your Perl apps no matter the package that you pick.