in reply to Is it possible to print out CGI fields using the qq operator?

Better yet, either use a "Real Templating Engine" (such as HTML::Template) or just manually create your html inside strings, don't mix html in strings with CGI.pm's html functions, that's just ugly.
  • Comment on Re: Is it possible to print out CGI fields using the qq operator?