![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^3: Dynamically constructed function callsby ysth (Canon) |
on Nov 04, 2004 at 02:07 UTC ( #405075=note: print w/replies, xml ) | Need Help?? |
I've toyed with the idea of making
$object->do {expression-yielding-method-name} work.
Right now it gives a syntax error.
Of course, you can do something pretty close by just having a do method:
In Section
Seekers of Perl Wisdom
|
|