I'd venture to say that nothing new is done with Perl/CGI scripts today, but there probably are a good number of legacy sites that are still implemented with Perl/CGI.
From a development point of view, I'd say it's worth spending a day or two learning CGI with Perl (provided you already know Perl). I say this because CGI (Common Gateway Interface) with Perl will expose you to the underpinnings of the the web (namely HTTP POST, GET, Request Variables, Server Environment Variables). With Perl/CGI, you get to manipulate these things directly, and that hands-on ability is helpful when dealing with any of today's modern frameworks.