Perl is a very popular scripting language which is that is used to make various web-oriented apps, including CGI scripts. One of the characteristics which differentiate it from many other programming languages is the employment of modules - parts of Perl program code which do predefined jobs and they are universally accepted. In simple terms, instead of creating custom-made program code to make something or pasting tens and hundreds of lines of program code in your script, you'll be able to "call" some module which is already available for this specific process and use just several lines of code. This way, your script shall be executed more quickly as it will be smaller. Using modules will, in addition make your script simpler to change as you will need to search through a smaller amount of program code. If you want to use Perl on your site, you need to ensure that the mandatory modules can be found on the server.

Over 3400 Perl Modules in Shared Website Hosting

Over 3400 Perl modules are readily available when you purchase any of our shared website hosting plans. You are able to use as many as you have to and we've made sure that we offer all the preferred ones, as well as many others which are not used as much, but may be a prerequisite for a third-party web app that you wish to use or for a custom script to work effectively. 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 complete list in your Hepsia hosting Control Panel along with the path that you should set in your scripts, so they can use the module library. With our shared plans, you're able to work with any Perl-based script without any restrictions.

Over 3400 Perl Modules in Semi-dedicated Servers

In case you would like to use a Perl-based web app or CGI script, it shall be possible to use 3400+ different modules which can be found on our cloud hosting platform and are part of each and every semi-dedicated server that we offer. You will be able to see the full list whenever you want through your Hepsia CP along with the folder path necessary for your scripts to access the modules. We realize the fact that some third-party programs may require modules that aren't really popular so as to perform properly, hence the large number that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are some of the modules which you will be able to use with your Perl apps regardless of the package deal that you pick.