Perl is a very popular scripting language that's designed to make different web-oriented apps, such as CGI scripts. One of the attributes which distinguish it from various other languages is the use of modules - parts of Perl code which perform predefined jobs and they're widely accepted. In simple terms, as an alternative to creating tailor-made program code to perform something or pasting tens and hundreds of lines of code in the script, you can "call" some module which already exists for this specific process and use only several lines of program code. Due to this, your script shall be executed much more quickly because it is smaller. Using modules will additionally make your script easier to edit considering that you will have to browse through much less code. In case you wish to use Perl on your website, you should make sure that the needed modules can be found on the server.
Over 3400 Perl Modules in Shared Web Hosting
More than 3400 Perl modules are at your disposal if you acquire any of our Linux shared web hosting. You'll be able to use as many as you have to and we have made sure that we offer all the well-liked ones, as well as numerous others that are not used that much, but might be a prerequisite for some third-party web app that you wish to use or for a custom script in order to function effectively. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of examples of the modules you'll be able to access. You'll be able to find the complete list inside your Hepsia hosting Control Panel as well as the path that you need to set within your scripts, so they can use our module library. Using our shared packages, you will be able to use any kind of Perl-based script without limitations.
Over 3400 Perl Modules in Semi-dedicated Hosting
All of our Linux semi-dedicated hosting feature a massive range of Perl modules that you can use with your scripts. This way, even if you need to use an app which you've discovered online from another site, you can be sure that it shall work correctly because regardless of what modules it may need, we'll have them. Our collection offers over 3400 modules including DBD::mysql, URI, LWP, XML::Parser and more - some of them are widely used and others not so much. We keep such a large number to be on the safe side and to be certain that any script shall run on our servers even if some module that it requires is used extremely rarely. The entire list of modules that you can use is available within the Hepsia website hosting CP that comes with the semi-dedicated accounts.