>>>>> "KG" == Kenneth Graves <[email protected]> writes:
KG> For the case of unknown methods, a two pass solution might work: KG> collect the method names from the template, then call them with KG> $object->$method() syntax, then interpolate the results. if you are generating the method name on the fly then you must use a temp scalar like that. i ran into that problem years ago. and that is independent of how you use the method call which is the thread topic. uri -- Uri Guttman ------ [email protected] -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

