From: ts Date: 2004-07-15T18:04:37+09:00 Subject: Re: Question about right way to use module >>>>> "S" == Sam Sungshik Kong writes: S> Q1) Which of the following two is the better way for the purpose(function S> container)? (2) in your case S> If I understand correctly, (1) copies the function and wastes space. Then S> (2) will serve my purpose better. Am I correct? With (1) you can do include M f not with (2) S> Q2) In the above, is (1) exactly same as the following? yes, S> Q3) If I do (1), how can I end module_function section? One way I can think S> of is close the module and re-open it. Any other way? open a new scope Guy Decoux