http://www.perlmonks.org?node_id=1035556


in reply to Remove CGI.pm from Perl Core?

Yay, let's remove CGI.pm so we can see more code splitting query strings manually, %ENV checking and writing out HTTP headers with print <<HEREDOCs. Also, no thought is given to providing a replacement, apparently including Plack instead is laughable, though including a subset of Pack, something like Plack::{Request,Response,Runner,Handler::CGI} would not be horrible.