in reply to Remove CGI.pm from Perl Core?
I agree with the post by chromatic (see above link) that CGI should be re-written to conform with the new Perl Best Practices.
I hope I didn't give the impression that I believe that! Any code that's currently using CGI.pm can safely continue to do so. That's fine—that backwards compatibility is important.
Personally I wouldn't recommend any new code use CGI.pm. Keeping CGI.pm in the core elevates it artificially to a recommendation in many minds, and that's not great. You're far better off using something compatible with PSGI (even Plack::Request directly, or at least Web::Simple) than CGI.pm.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Remove CGI.pm from Perl Core?
by rpnoble419 (Pilgrim) on May 27, 2013 at 17:40 UTC | |
|
Re^2: Remove CGI.pm from Perl Core?
by Anonymous Monk on Mar 10, 2015 at 15:50 UTC | |
by Your Mother (Archbishop) on Mar 10, 2015 at 17:27 UTC | |
by LanX (Saint) on Mar 10, 2015 at 22:40 UTC |