in reply to Re: Re: RFC: Class::DispatchToAll
in thread RFC: Class::DispatchToAll

Yes. Each method will be called in the same context as the original call through EVERY::, and the collective return value will be: That is, EVERY:: will aggregrate the individual return values, and return them in a form appropriate to the calling context.

Replies are listed 'Best First'.
Re: Re: Re: Re: RFC: Class::DispatchToAll
by domm (Chaplain) on Jul 11, 2002 at 20:25 UTC
    Should I then wait for your release and dump my code, wait for your release, benchmark and then dump the slower code, or still put Class::DispatchToAll on CPAN (in compliance with TMTOWTDI, especially as I might extend my code to do some other stuff (like width-first traversal, or returning the package a method was found in and the return value..))?
    -- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}