You don't have to use my when
you use strict. If you predeclare your variables
using use vars (or our() with newer
perls), or if you fully qualify your variables ($main::foo),
use strict will not complain.
Since I'm not sure what you mean by sub scripts, I can't
fully answer your question, could you please specify more clearly
what you mean by sub scripts ?
Autark.
Comment on Re: How to pass references to lexical variables between scripts?