|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Answer: Is there any way I can use object.method() instead of object->method()? |
| ( #189372=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > object-oriented programming > Is there any way I can use object.method() instead of object->method()? contributed by Anonymous Monk
No, not really. Filter::Simple has been mentioned as a possibility (and
its DotsForArrows demo), but this is very, very far from being robust
(and only attempts the . to -> filtering, not the _ to . filtering).
It can not be used as anything more than a (broken) toy filter.
|
|
||||||||||||||||||