On Nov 28, 2007 2:30 PM, maxim <[EMAIL PROTECTED]> wrote:
> is it possible to overload some unary operators for
> Rose::DB::Object::Iterator objects.
> Like:
>    $iterator .= $another_iterator;
>    $iterator  += $another_iterator;

Maybe, but I certainly don't want to do it :)  There's been at least
one other project in this vein.  Take a look at
Rose::DBx::Object::InternalPager on CPAN.  I don't see why something
like your suggestion couldn't be implemented in a similar manner as a
separate module.

-John

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to