in reply to Re^3: How to declare and use global variables
in thread How to declare and use global variables

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

Replies are listed 'Best First'.
Re^5: How to declare and use global variables
by JavaFan (Canon) on Nov 03, 2008 at 14:58 UTC
    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?