Perl is a very popular scripting language that is used to make different web-oriented apps, which includes CGI scripts. Among the options that differentiate it from alternative programming languages is the employment of modules - parts of Perl program code that do predefined tasks and they're commonly accepted. Basically, rather than creating custom-made code to perform something or pasting tens and hundreds of lines of code inside your script, you are able to "call" a module which is already available for this specific job and use just a few lines of code. Due to this, your script will be executed a lot quicker as it is smaller. Using modules will also make a script simpler to edit since you'll need to go through a smaller amount of code. In case you would like to use Perl on your site, you have to make sure that the mandatory modules can be found on the server.

Over 3400 Perl Modules in Shared Hosting

All of our Linux shared hosting come with more than 3400 Perl modules which you will be able to benefit from as a part of your CGI scripts or web-based apps. They contain both widespread and less popular ones, in order to supply you with a choice in terms of what features you'll be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The full list can be found in the Server Information section of our tailor-made Hepsia website hosting Control Panel, that is provided with all shared accounts. In the same place, you'll see the Perl version that we have along with the path to the modules that you'll need to use in your scripts in order to call a given module from our library.

Over 3400 Perl Modules in Semi-dedicated Hosting

When you would like to work with a Perl-based web application or CGI script, you'll be able to use 3400+ different modules that are available on our cloud hosting platform and are part of each and every semi-dedicated server that we provide. You'll be able to see the full list whenever you want via your Hepsia CP alongside the folder path necessary for your scripts to access the modules. We recognize the fact that some third-party apps might need modules which are not quite popular to function correctly, hence the large number that we have installed on our end. URI, LWP, DBD::mysql and Image::Magick are amongst the modules which you'll be able to use with your Perl applications no matter the package deal you pick.