Hello All!
I have Embperl v1.2.1
It's compiled without Apache support (even with apache support the following
problem doesn't go away)
I would like to use Embperl as template supporting in my perl programming
(without mod_perl || apache || cgi mode). But HTTP headers are not printed
by Embperl even i set options=>32 in Execute (optSendHttpHeader)
For example:
test.pl
#################################################
#!/usr/local/bin/perl
use HTML::Embperl;
$alex = "?????????";
HTML::Embperl::Execute ({ inputfile => '/whereis/test.htm',
fdat=>{alex=>2}, options=>32});
print "test1\n";
#################################################
The entity of /wehereis/test.htm is printed but the HTTP headers are not...
If i write in test.htm:
[- $http_headers_out{'Location'} = "http://www.ecos.de/embperl/"; -]
... then the problem states...
Help me please how can i resolve this problem
Thank you.
---
Best regards, Aleksey Zvyagin, [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]