http://www.perlmonks.org?node_id=1208761


in reply to How to get string from array from module?

hippo is right. Just wanting to add that, if you want an array, you need to use round parentheses, not square brackets, like this:
our @COLOR_MAGENTA = (0.82745,0.21176,0.50980); # Now this is an array