how do I export the variable to the top level script?
is this correct in the perl module? =>
------------------------
use Exporter ();
@Inst::EXPORT = qw($make_AR_1)
-----------------------
Comment on Re^4: How to declare and use global variables
What's with all the ------? Put you code in <code>/</code> pairs and it will be lot easier for others to read. And if people can more easily read your question, the more and better responses you get.
As for you question, what happened when you tried?