Dear monks, would you be kind to please tell me how can i "bind" an array of data(e.g. @array = ('1','2','3');) to a word(e.g. 'hello'), so that when i will give him a string(e.g. 'hello world'), he will split the input to an array of words(e.g. @y = split (/ /, readline(*STDIN));), and as he will recognize it as @array, PLEASE.