From: ts Date: 2003-01-31T01:44:39+09:00 Subject: Re: Local variables & blocks >>>>> "a" == ahoward writes: a> but what if you 'include' the module? include dont have effect on local variable : local variables are determined at compile time. Guy Decoux