Look's like EmbperlObject is what will do this job for you. Look at

perldoc HTML::EmbperlObject

for docs and examples

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

----- Original Message -----
From: "Wim Kerkhoff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 23, 2000 1:26 AM
Subject: Stack PerlHandlers?


> I have a directory of Embperl files (*.epl), that I want to send out a
canned
> header/footer for, rather than put [- Execute ('header.epl') -] as the
first
> line in each, and [- Execute ('footer.epl') -].
>
> How do you do this? I tried Apache::Sandwhich, but then HTML::Embperl
didn't
> get a chance to execute the files.
>
> The below config snip doesn't work.  I get the standard HTTP headers (good
> ), the canned header (good), HTTP headers (bad), the *.epl page (good),
and
> then the canned footer (good).  I'm trying to get rid of the HTTP
headers...
>
> <FilesMatch *.epl>
>    PerlSendHeader Off
>    SetHandler perl-script
>    Options ExecCGI
>    PerlHandler Apache::SiteHeader HTML::Embperl Apache::SiteFooter
>    #PerlHandler Apache::SiteHeader
>    #PerlHandler HTML::Embperl
>    #PerlHandler Apache::SiteFooter
> </FilesMatch>
>
> Regards,
>
> Wim Kerkhoff, Software Engineer
> NetMaster Networking Solutions
> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to