in reply to Creating constant arrays or hashes
sub PI () { return 3.14 } [download]
sub constantArray () { return ( 4, 5, 6) } [download]