Over 3400 Perl Modules
Find out how the Perl programming language may be modified and improved applying Perl modules.
Perl is a popular scripting language that is used to make various web-oriented apps, which includes CGI scripts. One of the attributes that distinguish it from many other programming languages is the employment of modules - batches of Perl code which perform predefined tasks and they're widely accepted. Basically, rather than creating custom-made program code to do something or pasting tens and hundreds of lines of program code inside your script, you are able to "call" some module which is already available for this particular task and use just a couple of lines of code. Due to this fact, your script will be executed quicker because it is smaller. Using modules will, in addition make a script simpler to edit because you'll need to go through much less code. In case you want 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
Our
shared web hosting service come with over 3400 Perl modules that you're able to work with as part of your CGI scripts or web-based applications. They contain both popular and less popular ones, to supply you with different options with regard to what functions you'll be able to add to your sites. Some examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The full list can be found in the Server Information area of our in-house built Hepsia hosting Control Panel, which is provided with all shared accounts. In the same location, you will see the Perl version which we have as well as the path to the modules that you'll have to use inside your scripts so as to call a given module from our library.
-
Over 3400 Perl Modules in Semi-dedicated Servers
Each
semi-dedicated server that we supply will allow you to work with any Perl-based web application that you wish, regardless if you have created it yourself or if you have downloaded it from a third-party website. In either case, it will work perfectly whatever the modules it requires because we have a rich library that includes more than 3400 different modules. A complete list can be found in the Hepsia website hosting Control Panel which is used to manage the semi-dedicated server accounts. In addition to the list, you'll also see 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. A few examples of what we have are URI, DBD::mysql, Image::Magick and LWP and we supply such a multitude of modules to ensure that almost any script will be able to run in spite of its requirements.