in reply to Re^2: require a module and import array data
in thread require a module and import array data

Take a closer look at Exporter, my isn't used for any of the vars , they are supposed to be globals ... my vars (not globals) cannot be exported

  • Comment on Re^3: require a module and import array data

Replies are listed 'Best First'.
Re^4: require a module and import array data
by fionbarr (Friar) on Apr 09, 2015 at 15:04 UTC
    got it! Thanks...it was the lexical 'my' @LoH in the db_data module