Dennis Stout wrote: > Is there any difference in setting cookies between operating under > just general CGI and when using an Apache webserver and mod_perl?
By "general CGI", if you mean mod_cgi, then no, there is no difference. > > I got a program I'm writing that generates every page it dishes out > on the fly, dynamically. > > If I can stay away from doing a use CGI;, I would love to. The CGI.pm module and mod_perl are not mutally exclusive. You can use CGI when running under mod_perl. Why do you want to stay away from it? Are you running your scripts under Apache::Registry? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]