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