RE: Troubling with Apache::Session loading...

2000-05-28 Thread Gerald Richter
Hi. > > [Mon May 29 00:16:46 2000] [error] Can't locate object method "hexhash" > via package "MD5" at /usr/local/lib/site_perl/HTML/Embperl.pm line 898. > Try to put a PerlModule MD5 into your httpd.conf or a use MD5; in your startup.pl. This line should occur before you load Embperl in you

Troubling with Apache::Session loading...

2000-05-28 Thread Sangmook Yi
Hi. I use Embperl 1.3b3 on Debian Linux 2.1 and Server setting is like below. "Server: mod_perl/1.16 Apache/1.3.3 (Unix) Debian/GNU PHP/3.0.5 mod_perl/1.16" I used debian package for installing Apache and mod_perl, and compiled HTML::Embperl 1.3b3 with Apache 1.3.3 source and installed Apa

Re: subs only evaluated once?

2000-05-28 Thread Andre Landwehr
On Fri, May 26, 2000 at 10:38:00PM +0200, Gerald Richter wrote: > > Does Embperl cache the return value of a sub, and why does it do > > so if it does? > > > > No, Embperl does _not_ cache the value. I guess your running into a closure > problem, so not Embperl, but youself caches the result. Ah