Dear Gerald (and Embperl users,)
Thanks for getting back to me on this and glad to see 2.0b9!! :-)
No rush on this problem. I won't doing anything with FastCGI for at
least a month. FYI though, ... my e-card application that uses Embperl
(Penguin Greetings) runs just great using SpeedyCGI . Wh
I've built the cvs snapshot from May 16th but it fails the mod_perl tests at
#12 error.htm.
Alexander has found the same problem, but I can't reprodcue it. What
versions of Apache and mod_perl you are using?
RedHat Linux 9.0 (kernel 2.4.20-13.9)
Apache 2.0.40-21.1
Perl 5.8.0-88
embperl_2003
> Did I ever report this error:
>
Which version of Embperl?
If 2.x, could you try if it is fixed in 2.0b9. I have done some adjustments
on subs
Gerald
> This sub will display nothing:
>
> [$ sub showData $]
> [-
> ($type, $data) = @_;
> $escmode = 1;
> print OUT "$data";
> -]
> [$ ends
> I tried futzing with MetaData but couldn't figure out if this was
> possible. I'd like to setup the initial information for my tables
> with different primary keys for some of the tables (similar to the
> way it's possible to override link values). Is this possible?
Yes.
$db = DBIx::Databa
>
> FastCGI: server "/home/httpd/cgi-bin/pgreet.pl.fcgi" stderr: Usage:
> FCGI::Stream::READ(stream, bufsv, len, ...) at /usr/lib/perl5/site_perl/
> 5.8.0/i686-linux-thread-multi/Embperl.pm line 109.
>
> Now line 109 is the line with the asterisks below from this snippet of
> file Embperl.pm.
>
Th
> Has anyone got Embperl 2.0 working with Apache 2.0 and Perl 5.8.0?
2.0b9 works for me
>I've
> built the cvs snapshot from May 16th but it fails the mod_perl tests at
> #12 error.htm.
Alexander has found the same problem, but I can't reprodcue it. What
versions of Apache and mod_perl you are us
Hi,
> #12 error.htm...
> Error in Line 8
Does this work for the offline mode?
Running the same test here (with Apache 2.0.44, mod_perl 1.99_09 and Perl
5.8.0) gives different output and no error...
Gerald
-
To unsubscribe,
Neil,
the solution I suggest in my email is really working with 2.0b9:
[$sub foo $]
[* my $a *]
.
[$endsub$]
This way the scope of $a is until the end of the sub.
So I guess your problem should be already solved
Gerald
--
Geral
Angus,
>
> there are zillions of compile warnings about "suggest parentheses
> around assignment used as truth value" in the ExtUtils::XSBuilder
> generated code and a few elsewhere (when compiling with
> OPTIMIZE=-Wall). I cleaned up these compile warnings with one of my
> patches I posted a whi
Hi:
I have this structure:
in file index.epl
[-
Execute ({inputfile => 'mainprogram.epl', package => __PACKAGE__});
Execute ($theeplsitepath.'skins/'.$skin.'/colors.epl');
Execute ({inputfile => $theeplsitepath.'includes/subs.epl', package =>
__PACKAGE__});
-]
If inside file mainprogram.epl i tr
I haven't tested on non-i386 archs yet, but:
there are zillions of compile warnings about "suggest parentheses
around assignment used as truth value" in the ExtUtils::XSBuilder
generated code and a few elsewhere (when compiling with
OPTIMIZE=-Wall). I cleaned up these compile warnings with one o
11 matches
Mail list logo