on your code will load many times the module in the memory. IMHO, once the module is loaded in memory by the first use, the following use has no effect. So if you need to explicitely use the module Foo in your module, just write use Foo; at the head. If other developpers use the same modules as you in their code, that will cause no problem at all. Hope it helps !use Foo ;
In reply to Re: Using a module more than once
by jeteve
in thread Using a module more than once
by kwaping
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |