Perl is a popular scripting language which is employed to build different web-oriented apps, such as CGI scripts. One of the options that distinguish it from alternative languages is the use of modules - parts of Perl program code which complete predefined tasks and they're commonly accepted. Basically, instead of creating custom code to make something or pasting tens and hundreds of lines of program code in your script, you can "call" some module which already exists for this particular process and use only several lines of code. As a result, your script shall be executed more rapidly as it will be smaller. Using modules will also make a script easier to edit due to the fact that you will need to search through much less code. In case you want to use Perl on your site, you should ensure that the mandatory modules are available on the server.
Over 3400 Perl Modules in Cloud Website Hosting
All of our cloud website hosting come with over 3400 Perl modules which you'll be able to work with as a part of your CGI scripts or web-based apps. They contain both popular and less popular ones, in order to give you a choice with regard to what capabilities you're able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. A full list can be found in the Server Information area of our custom-made Hepsia web hosting Control Panel, which is featured with all of the 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 so as to call a given module from our library.
Over 3400 Perl Modules in Semi-dedicated Servers
Every semi-dedicated server that we supply will allow you to employ any Perl-based web application that you wish, regardless if you've made it yourself or if you have downloaded it from some third-party website. In either case, it'll run perfectly irrespective of the modules it requires because we have a massive library which includes more than 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. In addition to the list, you can also find the directory path to the modules, so as to know what you should add in your scripts in order for them to connect to these modules. Some examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we have such a large number of modules to make sure that any script will run regardless of its specifications.