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
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
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
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