>>>>> "Tony" == Tony Bowden <[EMAIL PROTECTED]> writes:

Tony> Now, it probably wouldn't be that hard to write such a thing, but I
Tony> thought I'd check first in case someone has already written something
Tony> which does all this, and more. Does such a thing exist?

See Class::Delegate (or something with Delegate in the name).  You
create an object, then through the miracle of autoloading, all
designated method calls get sent to a specific instance object, which
would be your original object.

-- 
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!


Reply via email to