>
> One question: is there a command to print the version of Embperl? I
vaguely
> remember someone asking this, but I may have been dreaming.
>
[+ $HTML::Embperl::VERSION +]
Gerald
-
Gerald Richterecos electronic communication serv
Mmmm looks good. My stuff is still working. I'm using it for dmoz tools. eg.
http://nurey.net/dmoz/ViewUnrev.epl
One question: is there a command to print the version of Embperl? I vaguely
remember someone asking this, but I may have been dreaming.
Keep up the excellent work, Gerald!
Best regar
The URL
ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b5.tar.gz
has entered CPAN as
file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b5.tar.gz
size: 282226 bytes
md5: 812c620f5123b91c74b0c46a24d573d0
Embperl is a module for embedding Perl code in HTML pages. See
http:/
Hi,
>
> I have some trouble getting session management to work. I'm using
> Apache Session 1.0, Embperl 1.3b3 with mod_perl 1.23 on Apache 1.3.12 on
> Win98.
>
> But when I tried to use SysVSemaphoreLocker I get a:
> Cannot require Apache::Session::SysVSemaphoreLocker at
> c./perl/site/5.6.0/lib/
Hello,
>
> I am importing an EmbPerl file into another (foo.epl) via
> [- Execute ({ inputfile => 'bar.epl', import=>1 }) -]
>
> foo.epl contains a set of subroutines. The main sub in bar.epl is called
in
> foo.epl. This sub then calls other subs within bar.epl
>
> The problem I am having is passi