http://qs321.pair.com?node_id=340263


in reply to Re: Method Calls on multiple objects
in thread Method Calls on multiple objects

DamnDirtyApe,
Or am I missing something?
Not really. You would have to modify it only slightly to allow argument passing. The big difference is that with:
$obj_merged->bark( 'mailman' );
You get the benefit of not having to remember how many/which objects (which could be of different classes) are in the merged object. It also becomes a heck of a lot easier depending on how many times you want to bark at the moon. This is why I do not think my second example would be desireable to the person asking either.

Keep in mind I am not suggesting a new module for CPAN by any stretch of the imagination - just something to help someone who asked.

Cheers - L~R