in reply to CGI Parameters

In the old days I used CGI.pm, but it was a bit heavy weight, but it became a bad habit.

Well it ain't the old days no more :) use CGI.pm, specifically use it through CGI::Fast , nothing else, not even CGI::Simple approaches CGI.pm in terms of CGI -- if Ye olde CGI your goal use the best, use CGI.pm

  • Comment on Re: CGI Parameters (CGI.pm, CGI::Fast )