I use embperl in my weibserver, but I am dissatisfied with a couple of
aspects of it, such as poor compatibility with mod_perl. Is there some
alternative that would run under apache that would let me embed perl
code into html pages?
What embperl lets me do is this:
<HTML>
<... other HTML stuff>
[+ perl_expression() +]
perl_expression is called and its result is substituted.
i
|
|
0
|
|
|
|
Reply
|
Ignoramus26155
|
1/25/2005 11:55:35 AM |
|
Ignoramus26155 wrote:
> I use embperl in my weibserver, but I am dissatisfied with a couple
of
> aspects of it, such as poor compatibility with mod_perl. Is there
some
> alternative that would run under apache
PHP :-D
|
|
0
|
|
|
|
Reply
|
rbeschizza (1)
|
1/26/2005 1:15:06 AM
|
|
Ignoramus26155 wrote:
> Is there some alternative that would run under apache that would let me
> embed perl code into html pages?
Googling for "similar to embperl" turns up Mason.
http://www.masonhq.com/
This may also be of some use:
http://www.apache-asp.org/
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
|
|
0
|
|
|
|
Reply
|
usenet200501 (4)
|
1/26/2005 7:27:45 AM
|
|
Ignoramus26155 <ignoramus26155@NOSPAM.26155.invalid> said:
>I use embperl in my weibserver, but I am dissatisfied with a couple of
>aspects of it, such as poor compatibility with mod_perl. Is there some
>alternative that would run under apache that would let me embed perl
>code into html pages?
>
>What embperl lets me do is this:
>
> <HTML>
> <... other HTML stuff>
>
> [+ perl_expression() +]
>
>perl_expression is called and its result is substituted.
Could you elaborate on what you mean by 'poor compatibility with mod_perl'?
In the code snippet you're showing how perl is embedded into HTML
with Embperl, yet you're asking for something 'that would let you
embed perl code into html pages' -- so, could you tell what exactly
you find lacking/problematic with Embperl (and some description on
how you see the problem would be solved in a better/cleaner way)?
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
|
|
0
|
|
|
|
Reply
|
Juha.Laiho (584)
|
1/29/2005 10:38:31 AM
|
|
On Sat, 29 Jan 2005 10:38:31 +0000 (UTC), Juha Laiho <Juha.Laiho@iki.fi> wrote:
> Ignoramus26155 <ignoramus26155@NOSPAM.26155.invalid> said:
>>I use embperl in my weibserver, but I am dissatisfied with a couple of
>>aspects of it, such as poor compatibility with mod_perl. Is there some
>>alternative that would run under apache that would let me embed perl
>>code into html pages?
>>
>>What embperl lets me do is this:
>>
>> <HTML>
>> <... other HTML stuff>
>>
>> [+ perl_expression() +]
>>
>>perl_expression is called and its result is substituted.
>
> Could you elaborate on what you mean by 'poor compatibility with mod_perl'?
>
> In the code snippet you're showing how perl is embedded into HTML
> with Embperl, yet you're asking for something 'that would let you
> embed perl code into html pages' -- so, could you tell what exactly
> you find lacking/problematic with Embperl (and some description on
> how you see the problem would be solved in a better/cleaner way)?
To be honest, I developed my site algebra.com several years ago and
then did not touch much. My recollection is that I had to jump through
a lot of hoops to get access to the cookie/session data of the user
from embperl.
i
|
|
0
|
|
|
|
Reply
|
Ignoramus2396
|
1/29/2005 1:37:48 PM
|
|