Perl is a well-liked scripting language that is designed to build various web-oriented apps, which includes CGI scripts. One of the features which distinguish it from other programming languages is the usage of modules - parts of Perl code that do predefined tasks and they're widely accepted. In simple terms, rather than generating custom code to do something or pasting tens and hundreds of lines of program code in your script, you will be able to "call" a module which is already available for this particular process and use only a couple of lines of program code. Therefore, your script shall be executed much more rapidly since it will be much smaller. Using modules will, in addition make your script much easier to change since you will have to search through a smaller amount of program code. In case you intend to use Perl on your website, you should make sure that the required modules can be found on the server.

Over 3400 Perl Modules in Cloud Hosting

More than 3400 Perl modules will be accessible if you acquire any of our Linux cloud hosting. You can use as many as you'd like and we have ensured that we have all of the well-liked ones, and a lot more which are not used as much, but might be a requirement for a third-party web app that you want to use or for a custom-made script in order to work efficiently. LWP, URI, GD, CGI::Session and Image::Magick are just a couple of instances of the modules you can access. You will be able to see the list inside your Hepsia hosting Control Panel as well as the path that you need to set in your scripts, so they can use the module library. Using our shared packages, you are able to employ any kind of Perl-based script without restrictions.

Over 3400 Perl Modules in Semi-dedicated Hosting

Each semi-dedicated server that we supply will allow you to use any type of Perl-based web application that you wish, no matter if you've created it yourself or if you've downloaded it from some third-party site. In either case, it'll work properly regardless of the modules it may require as we have a rich library which consists of over 3400 different modules. The full list is available in the Hepsia hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to that list, you can also see the directory path to the modules, in order to know what you have to add in your scripts in order for them to link to the modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a multitude of modules to make sure that any script will run in spite of its requirements.