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

from Exporter 'The symbols can represent functions, scalars, arrays, hashes, or typeglobs'
  • Comment on Re^4: require a module and import array data

Replies are listed 'Best First'.
Re^5: require a module and import array data
by Anonymous Monk on Apr 09, 2015 at 14:56 UTC

    from Exporter 'The symbols can represent functions, scalars, arrays, hashes, or typeglobs'

    And then what happened?

    my @EXPORT isn't going to work, ever