i'd like to use a package/module to store certain data
good form says 'use my' when declaring variable
in practice, using 'my' keeps me from addressing the variable in the package. from my main script.
without the 'my', i can handle that data fine.
there has to be something better than not using 'my' in this case. and it doesn't seem to be 'local'.
pointer please?