Re: Scoping question

2002-01-21 Thread Joshua Chamas
"John D. Leonard II" wrote: > > All: > > --> What is the "suggested" way to share variables across callback > functions. My question relates to getting traversed values out of the > File::Find routine. > Because of "my closure" problems with caching script compilations & mod_perl, one needs t

Scoping question

2002-01-21 Thread John D. Leonard II
All: --> What is the "suggested" way to share variables across callback functions. My question relates to getting traversed values out of the File::Find routine. Below is my code. It works, although I went through many incarnations to get it to work properly. Originally, I tried using "my $di