in reply to Re: Basic question
in thread Basic question

There is a well written explanation of that problem at my() Scoped Variable in Nested Subroutines in mod_perl documentation.

Ciao, Valerio

Replies are listed 'Best First'.
Re: Re: Re: Basic question
by pcouderc (Monk) on Aug 20, 2003 at 10:43 UTC
    Thank you Valerio, thank you all.
    This (my() Scoped Variable in Nested Subroutines)is the explanation.
    I am under Apachel::Registry, ans using diagnostics, I have put in evidence that :
    Variable "$Report" will not stay shared at .../update.pl
    Thank you all again.
    Pierre