logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: H::Template and CGI::Application: msg#00028

Subject: Re: H::Template and CGI::Application
> 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



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>