Re: problems with CLEANUP

2000-10-20 Thread ___cliff rayman___
Gerald will give you an authoritative answer, but i'd bet that %udat has been untied before the cleanup phase begins, and therefore the data is not written to disk. i think that the latest version allows you access to the session. if i am correct, you may have to write the additional session dat

problems with CLEANUP

2000-10-20 Thread Steven D. Arnold
I was using the CLEANUP subroutine in an embperl page to save a value in udat, however when I do this it seems the value does not stay in udat. When I save the object in udat immediately, rather than doing so in CLEANUP, it saves correctly. Any idea why this would be? I am using b3; I'll pr

Re: Embperl Code Archive

2000-10-20 Thread Gavin Spomer
Whoah! Now I'm really intimidated. I don't think I even know what your code does. :0 :) - Gavin "People are the worst drivers in the world" http://www.singlespeedsanonymous.com/ Join PayPal and get FIVE FREE DOLLARS (no joke!): https://secure.paypal.x.com/refer/pal=gavinspomer%40hotmail.com .

Re: Embperl And Matching

2000-10-20 Thread Gavin Spomer
>> Whoops. Actually it didn't work for some reason. The output on the browser >(not >> the source) looks like: >> >> This: http://www.blah.com">http://www.blah.com is a url >> > >Embperl by default escapes your output i.e. < will become < You need to >set $escmode to zero, e.g. > > >[+ local $escm

Re: Embperl And Matching

2000-10-20 Thread Gerald Richter
> Whoops. Actually it didn't work for some reason. The output on the browser (not > the source) looks like: > > This: http://www.blah.com">http://www.blah.com is a url > Embperl by default escapes your output i.e. < will become < You need to set $escmode to zero, e.g. [+ local $escmode = 0 ;

Re: 1.3b6 debian packages

2000-10-20 Thread Gerald Richter
Hi, > i've just adopted libhtml-embperl-perl and uploaded 1.3b6 > packages. Great! Thanks > in the meantime, they're available from: > > stable (i386) .deb: > http://www.cse.unsw.edu.au/~gusl/embperl/stable/libhtml-embperl-perl_1.3b6-1 _i386.deb > > unstable (i386) .deb: > http://www.cse.unsw.

Re: Embperl And Matching

2000-10-20 Thread Gerald Richter
> > As I'm looking at the messages in this embperl discussion, I notice that any > urls that are present are hyperlinked. Gerald? (I assume he made this) > If you mean the mailinglist archive on www.ecos.de. This pages are generted by mhonarc and this programm does the conversion to HREFs Gerald

Re: Embperl, Redirects and ProxyPassReverse

2000-10-20 Thread Gerald Richter
hi, > > I've hidden my mod_perl + Embperl enabled server behind an apache > proxy. The problem I have is that redirects that Embperl generates are > not being caught by my ProxyPassReverse directive at the proxy. > > Should it be working? I don't have much time in my hands (noe at all, > in fact)

precompiled Embperl for Mandrake 7.1?

2000-10-20 Thread Steven Wilcoxon
Does anyone have available a precompiled version of Embperl for use with Mandrake 7.1 under Apache?' I'm trying to avoid installing the source for Apache & to use the two together Embperl needs other source packages already installed. S.W. [EMAIL PROTECTED] -