RE: Embperl BETA 2.4.0 is available

2010-04-19 Thread Marcus Doemling
Ok I found something and this is strange. If I replace LoadModule embperl_module libexec/apache2/Embperl.so with LoadModule embperl_module "/Users/marcus/src/Embperl-2.4.0_2/blib/arch/auto/Embperl/Embperl.bundle" then the embperl configuration settings are honored. To dig into this

RE: Embperl BETA 2.4.0 is available

2010-04-18 Thread Marcus Doemling
I think there is another issue on the Mac. It seems I cannot get it to recognize the configuration parameters in httpd.conf on the Mac. My conf is as follows: LoadModule perl_module libexec/apache2/mod_perl.so LoadModule embperl_module libexec/apache2/Embperl.so PerlModule Embperl AddT

RE: Embperl BETA 2.4.0 is available

2010-04-18 Thread Marcus Doemling
c make test TESTARGS=”-h” Does this succeed? Gerald From: Marcus Doemling [mailto:[email protected]] Sent: Tuesday, April 13, 2010 8:23 PM To: [email protected] Subject: RE: Embperl BETA 2.4.0 is available I installed this on my iMac (Snow Leopard 10.6.3)

RE: Embperl BETA 2.4.0 is available

2010-04-13 Thread Marcus Doemling
I installed this on my iMac (Snow Leopard 10.6.3). Needed a minor fix to make it work. Here's some info: make test TESTARGS="-i" gives the following errors: #241 rtf/rtfmeta.asc... [-1][2455]ERR: 24: Error in Perl code: syntax error at /Users/marcus/Src/Embperl-2.4.0_2/test/html/rtf/

Revitalizing Embperl

2007-09-17 Thread Marcus Doemling
I think one key improvement would be to turn mod_perl into mod_embperl. What people really want when they are considering mod_perl is not better performing CGI scripts it is something like Embperl. I don't think these days there are a lot of people wanting to do pure CGI programming, so mod_per

Compiling under Perl configured with 64 bit integers (use64bitint)

2006-11-14 Thread Marcus Doemling
Hi Gerald. I ran into a problem when trying to compile Embperl 1.3.6 on a system that was 32 bit, but had Perl compiled with the use64bitint flag. I also found the solution and thought I should share this. It may also affect Embperl 2. During make I got a lot of the following errors: warning:

Re: Performance numbers, HELP!

2002-04-19 Thread Marcus Doemling
What unit are your performance numbers? I was wondering what these numbers reflect and how they are measured. Thanks, Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: optStripCR

2001-07-25 Thread Marcus Doemling
Hi Ilia, I sent in a patch for a modified behavior of optKeepSpaces, which will do exactely what you want, i.e. remove the blank lines as mentioned in http://dmoz.nurey.net/cr.epl Gerald said he will put the patch into the next release. See the following messages: http://www.ecos.de/~mailarc/embp

Re: Embperl optKeepSpaces (patch)

2001-06-19 Thread Marcus Doemling
OK here is a patch that will make the optKeepSpaces behavior work the way I want it to.   This patch will remove spaces including one line-breakBEFORE an Embperl block iff the opening bracket '[' was preceded onlyby spaces on its line and optKeepSpaces is set.   So if there is nothing on a lin