Quoting Mark Fuller <[EMAIL PROTECTED]>: > > I do not know CGI::Minimal, but CGI::Application does not use the > > HTML-producing functions of CGI.pm. > > Thanks. CGI::Minimal is just a way to get access to CGI vars without > accepting all the more popular things CGI.pm gives. ... > Do you know how I can make "header()" recognizeable as a method of > "myquery"?
You could use CGI::Simple instead of CGI::Minimal. It is basically a clone of CGI.pm without any of the HTML generating functions. It has the header() function, and hence is interface compatible with CGI::Application. Cheers, Cees --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
