Perl is a preferred scripting language that is employed to create different web-oriented apps, which includes CGI scripts. Among the options which distinguish it from alternative languages is the usage of modules - batches of Perl program code which execute predefined jobs and they are universally accepted. Basically, instead of generating custom-made code to make something or pasting tens and hundreds of lines of code inside your script, you are able to "call" a module that is already available for this specific task and use just a couple of lines of program code. This way, your script will be executed quicker since it is smaller. Employing modules will additionally make a script much easier to modify since you will need to go through much less program code. In case you wish to use Perl on your website, you need to ensure that the needed modules are available on your server.
Over 3400 Perl Modules in Shared Website Hosting
All of our shared website hosting service come with more than 3400 Perl modules that you will be able to take advantage of as part of your CGI scripts or web-based apps. They include both widely used and less popular ones, in order to give you a choice with regard to what functionality you're able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many others. The complete list is available in the Server Information area of our in-house made Hepsia website hosting Control Panel, that is provided with all shared accounts. In the same location, you can find the Perl version which we have as well as the path to the modules that you will need to use within your scripts in order to call a given module from the library.
Over 3400 Perl Modules in Semi-dedicated Servers
Every single semi-dedicated server that we supply will allow you to work with any type of Perl-based web application that you'd like, no matter if you've made it yourself or if you have downloaded it from a third-party site. Either way, it'll run properly regardless of the modules it needs as we have a massive library which consists of over 3400 different modules. The complete list is available in the Hepsia hosting Control Panel that's used to take care of the semi-dedicated server accounts. Along with the list, you will also see the directory path to the modules, in order to know what you should include in your scripts in order for them to link to these modules. Examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we offer such a multitude of modules to make sure that virtually any kind of script will be able to run regardless of its specifications.