Re: HTML::EmbperlObject::Execute w/in CGI

2001-08-15 Thread Gerald Richter
> > 1) is this possible and is EmbperlObject::Execute really what I'm > looking for? > When I understand right what you want to do, Embperl::Execute would be better. (It just includes your header/footer at the desired place) If you have a CGI that doesn't generate any output (only does computati

Re: HTML::EmbperlObject::Execute w/in CGI

2001-08-14 Thread Dimitri Ostapenko
"David M. Spreitzer" wrote: > > I'm a Embperl newbie needing some help. > > I've implementing EmbperlObject for generating the html pages, which btw > worked great. Now I'd like to use the component files (headers/footers) > within some existing cgi scripts. I think HTML::EmbperlObject::Execut

HTML::EmbperlObject::Execute w/in CGI

2001-08-14 Thread David M. Spreitzer
I'm a Embperl newbie needing some help. I've implementing EmbperlObject for generating the html pages, which btw worked great. Now I'd like to use the component files (headers/footers) within some existing cgi scripts. I think HTML::EmbperlObject::Execute is my answer, but I'm having some troub