Help for this page
Readonly my $_aref => [ 1, ... 'two', 'three', );
Readonly my $_aref=>[1,2,3,]; Readonly my $_href=>{ ... say 'one','two','three'; print('one','two','three',);