Re: Sessions get mixed up ?

2004-11-11 Thread Andre Landwehr
On Thu, Nov 11, 2004 at 11:36:50PM +0100, Stefan Cars wrote: > > Andre Landwehr wrote: > >Here is a thread from the time I had the problem, including > >Geralds answer. > >http://www.gossamer-threads.com/lists/modperl/embperl/11175#11175 > > > >The link Gerald posted is no longer valid, but I think

Re: Sessions get mixed up ?

2004-11-11 Thread Stefan Cars
Hi! After reading alot, I can understand why the sub's would give wrong results. Why the sessions would get mixed up I do not understand... /S Andre Landwehr wrote: On Wed, Nov 10, 2004 at 10:25:24PM +0100, Stefan Cars wrote: Correct, it seems that they are doing "do 'inc.pl'" alot, is there aro

Re: Sessions get mixed up ?

2004-11-11 Thread Stefan Cars
Hi! Does this means that for example $udat{foo} can't be used inside a sub that is created with sub { } and not [$ sub $] and included with the 'do' syntax ? Kind Regards, Stefan Cars Andre Landwehr wrote: On Wed, Nov 10, 2004 at 10:25:24PM +0100, Stefan Cars wrote: Correct, it seems that they a

Re: Sessions get mixed up ?

2004-11-11 Thread Andre Landwehr
On Wed, Nov 10, 2004 at 10:25:24PM +0100, Stefan Cars wrote: > Correct, it seems that they are doing "do 'inc.pl'" alot, is there > around it or do we really need to change it to be [$ sub $] instead ? Or > can we fix our subs to not close ?? Do you have any URL's to this ? Here is a thread fro