At 12:54 PM 5/2/2001 -0400, John Porter wrote:
>David Grove wrote:
> > distributed objects,
>
>I don't recall discussion of this wrt perl6, frankly.

I've mumbled about it on and off. I'd like to be able to do:

   $foo = new Bar;
   print SOCKET serialze($foo);

and on the other end do:

   $foo = unserialize(<SOCKET>);
   $foo->bar();

I don't know that much has been made of it yet.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to