On Thu, Oct 21, 1999 at 05:19:48PM -0500, duff@cbi.tamucc.edu wrote: >On Thu, Oct 21, 1999 at 02:46:25PM -0700, Chip Salzenberg wrote: >> According to Ed Peschko: >> > Suppose you want to export a certain module everywhere, so it is >> > visible to each scope. (Dumper, strict, whatever). What would really >> > be necessary is having these 'use' statements attached to each 'package' >> > statement. >> >> Then you're SURE to break things, because all of those modules would >> end up imported into every single module, certainly including some >> that just don't want things imported into them, thank you very much. > >And of course let's not forget about recusive use'ing in modules. well, recursive uses have never been a problem before... Ed