Perl is a popular scripting language that's used to make various web-oriented apps, which includes CGI scripts. One of the characteristics which distinguish it from alternative languages is the employment of modules - parts of Perl program code that execute predefined jobs and they're widely accepted. In simple terms, instead of generating tailor-made program code to do something or pasting tens and hundreds of lines of program code in the script, you are able to "call" a module which is already available for this specific job and use just a couple of lines of program code. Due to this fact, your script will be executed much more rapidly as it'll be smaller. Employing modules will also make a script easier to modify because you'll need to browse through a smaller amount of program code. If you'd like to use Perl on your site, you should make sure that the required modules are present on the server.

Over 3400 Perl Modules in Website Hosting

All of our website hosting come with over 3400 Perl modules which you are able to work with as part of your CGI scripts or web-based applications. They contain both widely used and less popular ones, so as to provide you with different options with regard to what features you're able to add to your sites. Several examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and a lot more. The complete list can be found in the Server Information section of our in-house made Hepsia website hosting Control Panel, which is featured with all of the shared accounts. In the same place, you can find the Perl version which we have along with the path to the modules that you'll have to use inside your scripts in order to call a certain module from our library.

Over 3400 Perl Modules in Semi-dedicated Servers

All our semi-dedicated servers include a massive variety of Perl modules that you could use with your scripts. That way, even when you would like to use an application which you've found online from another site, you can rest assured that it will be effective because regardless of what modules it could possibly need, we will have them. Our selection features more than 3400 modules including DBD::mysql, URI, LWP, XML::Parser and a lot more - many of them are frequently used while others not as much. We keep such a large number to be on the safe side and to make sure that any script will run on our servers even if some module it requires is used rarely. The complete list of modules that can be used is available inside the Hepsia web hosting Control Panel offered with the semi-dedicated accounts.