http://www.perlmonks.org?node_id=189327

QwertyD has asked for the wisdom of the Perl Monks concerning the following question: (object-oriented programming)

I really like that in Perl 6, binary "." will be used to denote object hierarchy instead of binary "->". Is there some way I can start using "." for objects and " _ " for concatenation now?

Originally posted as a Categorized Question.