Over 3400 Perl Modules
Discover more about the hundreads of Perl modules available and how making use of them may help your apps.
Perl is a very popular scripting language which is which is used to build various web-oriented apps, including CGI scripts. One of the features that distinguish it from other languages is the usage of modules - parts of Perl program code which complete predefined jobs and they're universally accepted. Basically, instead of writing custom code to perform something or pasting tens and hundreds of lines of code inside your script, you'll be able to "call" some module that already exists for this specific task and use only several lines of program code. This way, your script will be executed a lot quicker because it is smaller. Using modules will additionally make the script much easier to edit due to the fact that you'll have to browse through a smaller amount of code. In case you would like to use Perl on your site, you need to make sure that the needed modules can be found on your server.
Over 3400 Perl Modules in Shared Website Hosting
More than 3400 Perl modules are at your disposal if you buy any of our shared website hosting. You're able to use as many as you will need and we have ensured that we offer all of the preferred ones, as well as a lot more that are not used as much, but can be a requirement for a third-party web app that you want to use or for a custom script in order to function efficiently. LWP, URI, GD, CGI::Session and Image::Magick are only a couple of examples of the modules you will be able to access. You will be able to find the entire list in your Hepsia hosting Control Panel along with the path which you need to set inside your scripts, so that they can use the module library. Using our shared packages, you'll be able to work with any kind of Perl-based script without any limitations.