Re: fdat blues

2000-08-01 Thread Gerald Richter
> > No, it's not build as DSO; plain static. And mod_perl is, well look here: > Apache/1.3.12 (Unix) mod_perl/1.24 configured -- resuming normal operations > ok, so this is not the problem > Could it be because there are a lot of fields in the form? I don't think so, > but just had to ask. No,

Re: fdat blues

2000-08-01 Thread Kaare Rasmussen
> I guess you already have mailed us your setup when we talk about > EmbperlObject, but once again the question: Is mod_perl build as DSO? Which > version of mod_perl? This problem is typical for a mod_perl version < 1.22, > which is build as DSO and Embperl is loaded at server startup time. No,

Re: fdat blues

2000-08-01 Thread Gerald Richter
> > If you've already tried something like that, and it really is empty, then > > this is some sort of sinister, ugly persistence issue that I wouldn't know > > how to deal with ... I'm used to that :) > > It is really empty, or at least it doesn't contain the values I expect. I've > tried [+ "->

RE: fdat blues

2000-08-01 Thread Kaare Rasmussen
> If you've already tried something like that, and it really is empty, then > this is some sort of sinister, ugly persistence issue that I wouldn't know > how to deal with ... I'm used to that :) It is really empty, or at least it doesn't contain the values I expect. I've tried [+ "-> $fdat{order

RE: fdat blues

2000-07-31 Thread Jack Cushman
1, 2000 4:58 PM > To: Embperl@Perl. Apache. Org > Subject: fdat blues > > > Once again I have a very strange problem. > > In my order form I have a construction like this > > [$ if (defined($fdat{order})) $] > say thanks for the order > [$ else $] > hav

fdat blues

2000-07-31 Thread Kaare Rasmussen
Once again I have a very strange problem. In my order form I have a construction like this [$ if (defined($fdat{order})) $] say thanks for the order [$ else $] have a form where there is a submit button called "order". [$endif$] Problem is, it works only part of the time. Seems that if I change