Help for this page
# constructor sub new ... return $this->{colour}; }
$this->{colour} = ('yellow', 'red', 'purple');
print $this->{colour};