> a) run it under plain CGI (not mod_perl) > does it have the same problem? Yes. > > b) instead of > return $tmpl->output; > do > > $tmpl->output; > return "no output" > > does it print "no output" now or the template + "no output"?
In both mod_perl and CGI, it prints "no output" only. However, in both environments it's only bringing up the page once, not twice, the way it does when I do "return $tmpl->output" or "$self->page = $tmpl->output". There's nothing in the HTML to force a refresh, and I'm not sending back an extra header that I can see. Very strange. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
