Dan Sugalski wrote:
> 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 personally am a big fan of Obliq semantics.
It's something I'd really like to see in perl.

-- 
John Porter

It's so mysterious, the land of tears.

Reply via email to