in reply to How to get string from array from module?
our @COLORMAGENTA = (0.82745,0.21176,0.50980); @SELECTED_COLOR = @COLORMAGENTA;
And then I was able to retrieve my colors like that:my $SELECTED_COLOR; $SELECTED_COLOR =\@SELECTED_COLOR;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get string from array from module?
by hippo (Archbishop) on Feb 09, 2018 at 09:59 UTC | |
by Gilu (Initiate) on Feb 09, 2018 at 13:28 UTC | |
by hippo (Archbishop) on Feb 09, 2018 at 13:48 UTC |