Re: Random errors

2004-02-07 Thread Gerald Richter
Justin Harrison wrote: > Hi, > > I've experienced a lot of very erratic very strange unpredictable > behavior using Embperl. It is absurd. > The things you done seems to be quite ok. Does it change anything if you add a 1; at the last line of rules.pm? If not try changeing (&accountdetailsform

Re: Problem with using $row

2004-02-07 Thread Gerald Richter
> > When I use first method to fill dropdown list, all work correctly, > but when I try to use second method I have error: > > [17573]ERR: 24: Error in Perl code: Unmatched right curly bracket at > /home/michaels/work/Billing/./html/tmp/test_3.epl line 23, at end of > line syntax error at > /home

Re: Problem using $row used in within

2004-02-07 Thread Gerald Richter
> > [29353]ERR: 24: Error in Perl code: Unmatched right curly bracket at > /app/recipient/add.html line 353, at end of line > syntax error at /home/drayner/www/htdocs/app/recipient/add.html line > 353, near "; > > }" > > It's now fixed in the CVS version. To fix the problem simply delete line 2

Re: Help! Apache problem loading Embperl.so in server startup

2004-02-07 Thread Gerald Richter
Mark Bourbonnais wrote: > If you could please help me, or tell me where and how I can post this > question to get a response. I searched the archives but found nothing > similar. > > Scenario is as follows: > I got HTML::Embperl from CPAN -> perl -MCPAN -e "install > HTML::Embperl" You install Em

RE: Random errors

2004-02-07 Thread Justin Harrison
Hi, There is a one, I just left it out of the email (Sorry!). I restarted the server, and it stopped doing it - how's that for eratic? :-) Justin > -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 07, 2004 7:47 AM > To: Justin Harrison; [

Re: Random errors

2004-02-07 Thread Gerald Richter
> > I restarted the server, and it stopped doing it - how's that for > eratic? :-) > That might be the case when you change the module, without restarting the server. Some of the Apache childs have already loaded the old module and childs that are newly started loads the new code. Gerald > Just