Dear Monks
I am porting some perl v5.10 to v5.8, and one annoying thing is replacing all the say functions with print and a new line; isn't there a way to define my own say function to use it without brackets, just like you use it in perl v5.10.
Cheers