Embperl happy with SpeedyCGI (Re: Embperl::Execute within FastCGIapp?)

2003-06-12 Thread Edouard Lagache
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

Re: Embperl 2.0cvs or 1.3.6 with Apache 2.0 and Perl 5.8.0

2003-06-12 Thread Bryan Thale
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

Re: sub error

2003-06-12 Thread Gerald Richter
> 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

Re: Per-table PrimKeys?

2003-06-12 Thread Gerald Richter
> 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

Re: Embperl::Execute within FastCGI app?

2003-06-12 Thread Gerald Richter
> > 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

Re: Embperl 2.0cvs or 1.3.6 with Apache 2.0 and Perl 5.8.0

2003-06-12 Thread Gerald Richter
> 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

Re: BUGS IN Embperl 2.0b9

2003-06-12 Thread Gerald Richter
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,

Re: local vars in subs (was: embperl status)

2003-06-12 Thread Gerald Richter
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

Re: ANNOUNCE: Embperl 2.0b9

2003-06-12 Thread Gerald Richter
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

Executing multiple files using embperl 2.09b

2003-06-12 Thread ckassab
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

Re: ANNOUNCE: Embperl 2.0b9

2003-06-12 Thread Angus Lees
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