RE: Session Management

2000-03-29 Thread Philip Plane
>That look very good. If the %udat is tied to the right object and the cookie >is the same, then I don't see any reason why is shouldn't work. Have tried >to print out all elements of %udat? Are there other values in it? [9515]SRC: Line 2: [$foreach $blah (keys(%udat)) $] [9515]CMD: Cmd = 'forea

RE: Session Management

2000-03-29 Thread Gerald Richter
Hi, > > >Do you run under mod_perl and have build mod_perl as DSO? If yes > try either > >linking mod_perl staticly into Apaache or upgrade to mod_perl > 1.22. If this > >doesn't help, include a [+ ref (tied(%udat)) +] in your pages, > what does it > >show? > > I have mod_perl staticly linked. Thi

RE: Session Management

2000-03-29 Thread Philip Plane
Hi, >Do you run under mod_perl and have build mod_perl as DSO? If yes try either >linking mod_perl staticly into Apaache or upgrade to mod_perl 1.22. If this >doesn't help, include a [+ ref (tied(%udat)) +] in your pages, what does it >show? I have mod_perl staticly linked. This is what happens

RE: caching patch for Embperl 1.2.1 / 1.3b2

2000-03-29 Thread Gerald Richter
Hi Todd, > > I'd be glad to try pounding on it for a while before you include it, > if you'd send it to me. > I just commited the patches to the CVS. If you like to try them either fetch it via annonymous CVS or wait until a new tarball is generated at http://perl.apache.org/from-cvs/embperl. G

RE: Form checkboxes

2000-03-29 Thread Gerald Richter
> > I really love the feature of Embperl where it will automatically > fill out a form > using the contents of %fdat. However, that doesn't seem to work with > checkboxes. Is this possible? > Your checkbox must have a name and a value, then it should work e.g. Gerald ---

Re: Form checkboxes

2000-03-29 Thread Vladimir Ivaschenko
0 Wim Kerkhoff wrote about "Form checkboxes": > Hi All, > > I really love the feature of Embperl where it will automatically fill out a form > using the contents of %fdat. However, that doesn't seem to work with > checkboxes. Is this possible? It's there. Read the manpage for details. Vladimi

Form checkboxes

2000-03-29 Thread Wim Kerkhoff
Hi All, I really love the feature of Embperl where it will automatically fill out a form using the contents of %fdat. However, that doesn't seem to work with checkboxes. Is this possible? Thanks, Wim. - To unsubscribe, e-mai