I would venture to say that nothing has been done with Perl / CGI scripts today, but there are probably a lot of outdated sites that are still implemented with Perl / CGI.
From a development point of view, I would say it's worth spending a day or two CGI training on Perl (if you already know Perl). I'm talking about this because CGI (Common Gateway Interface) with Perl will provide you with the basics of the Internet (namely HTTP POST, GET, Request Variables, Server Environment Variables). With Perl / CGI, you can manipulate these things directly, and that practical abilities are useful when working with any of today's modern frameworks.
rickumali
source share