Re: array problem (second try)

2001-09-20 Thread Stas Bekman
> Now > first time it runs it works just fine, but after that > array contains only first ID that was pushed there. the magic match :) Please read: http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it http://perl.apache.org/guide/porting.html#Exposing_Apache_Registry_secret

array problem (second try)

2001-09-20 Thread Vilts
Hello, Sorry if this is coming twice. In apache/mod_perl handler i use recursive function to parse a tree and find it's root (umm, uppermost ID). If script goes one level up it pushes it's ID to array, after it's finisthed I pop last ID from array. Now first time it runs it works just fine, but

array problem

2001-09-20 Thread Viljo Marrandi
Hello, In apache/mod_perl handler i use recursive function to parse a tree and find it's root (umm, uppermost ID). If script goes one level up it pushes it's ID to array, after it's finisthed I pop last ID from array. Now first time it runs it works just fine, but after that array contains only