Perl is a well-known scripting language that is used to build various web-oriented applications, such as CGI scripts. One of the attributes which distinguish it from various other programming languages is the employment of modules - parts of Perl code which complete predefined jobs and they are universally accepted. In simple terms, rather than generating custom-made program code to make something or pasting tens and hundreds of lines of program code inside your script, you'll be able to "call" a module that is already available for this particular job and use just a couple of lines of program code. This way, your script will be executed a lot faster since it is much smaller. Employing modules will additionally make a script simpler to edit as you'll need to go through much less code. If you want to use Perl on your website, you need to ensure that the necessary modules are present on the server.

Over 3400 Perl Modules in Shared Hosting

All of our Linux shared hosting include over 3400 Perl modules which you are able to benefit from as a part of your CGI scripts or web-based applications. They include both popular and less popular ones, to supply you with different options in terms of what capabilities you'll be able to add to your websites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The whole list can be found in the Server Information area of our tailor-made Hepsia hosting Control Panel, that comes with all shared accounts. In the same location, you can find the Perl version that we have as well as the path to the modules that you'll need to use inside your scripts in order to call a specific module from the library.

Over 3400 Perl Modules in Semi-dedicated Hosting

In case you want to work with a Perl-based web app or CGI script, you will be able to use 3400+ different modules that can be found on our cloud hosting platform and are a part of every semi-dedicated server we offer. You shall be able to see the entire list at any time using your Hepsia Control Panel together with the folder path required for your scripts to access the modules. We recognize the fact that some third-party apps may require modules that aren't popular to perform correctly, hence the large number that 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 irrespective of the package you pick.