>>>>> "Cees" == Cees Hek <[EMAIL PROTECTED]> writes:

>> Perhaps (untested):
>> 
>> method = 'size'; object.$method
>> 
>> will work?

Cees> I believe I tried that one before.  It's a nice try, but it
Cees> doesn't work either.

Well, then there's always the universal backdoor, which I use to call
methods that begin with underscore:

  size_coderef = object.can("size");
  size_coderef.(object,other,args,here);

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to