in reply to Remove CGI.pm from Perl Core?
Would it be possible to chop CGI.pm into pieces, rewrite the stuff that's still in use, call it CGI.pm and keep it in core, and then eject the more exotic/old-fashioned stuff so that if you still want to use it you would install something like "CGI::Compat", "CGI::Legacy" or similar from CPAN?print h1({-align=>left}, 'What be this see-ess-ess thing?');
Either way you choose to eject it from core (as I'm sure will happen sooner or later), it's not like this change would all of a sudden make all existing installations burn down, fall over and then sink into the swamp.
Time flies when you don't know what you're doing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Remove CGI.pm from Perl Core?
by Anonymous Monk on May 28, 2013 at 18:57 UTC |