Over 3400 Perl Modules
Can Perl modules be used to enhance and change the Perl programming language?
Perl is a popular scripting language which is which is used to build various web-oriented apps, such as CGI scripts. One of the features that differentiate it from alternative programming languages is the use of modules - batches of Perl program code which complete predefined jobs and they are commonly accepted. Basically, instead of writing custom-made program code to make something or pasting tens and hundreds of lines of program code in the script, you're able to "call" a module which is already available for this particular job and use only a couple of lines of code. This way, your script shall be executed faster as it will be much smaller. Using modules will additionally make the script easier to modify as you will have to browse through a smaller amount of program code. In case you want to use Perl on your site, you need to ensure that the mandatory modules are present on your server.
-
Over 3400 Perl Modules in Hosting
Our
Linux hosting plans include more than 3400 Perl modules which you'll be able to take advantage of as part of your CGI scripts or web-based apps. They include both widespread and less popular ones, to give you a choice in terms of what functionality you are able to add to your sites. A few examples are Apache::SOAP, CGI::Session, GD, Image::Magick, URI, LWP and many, many more. The whole list can be found in the Server Information section of our tailor-made Hepsia web hosting Control Panel, that comes with all the shared accounts. In the same location, you'll find the Perl version that we have and the path to the modules that you'll need to use inside your scripts so as to call a given module from the library.
-
Over 3400 Perl Modules in Semi-dedicated Servers
Each and every
semi-dedicated server that we provide will allow you to use any kind of Perl-based web application that you'd like, no matter if you've created it yourself or if you've downloaded it from some third-party site. Either way, it will run properly irrespective of the modules it needs as we have a large library that includes more than 3400 different modules. A complete list is available in the Hepsia web hosting Control Panel that's used to manage the semi-dedicated server accounts. In addition to the list, you can 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. A few 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 type of script will be able to run in spite of its specifications.