Re: .NET

2001-05-03 Thread John Barnette
Dave Storrs said: On 3 May 2001, Ilya Martynov wrote: You can serialize/deserilize object with Storable $foo = new Bar store_fd $foo, \*SOCKET; and on the other end $foo = retrieve_fd \*SOCKET; $foo-bar; It will work if you have Bar module on both ends. DS

Re: RFC 357 (v1) Perl should use XML for documentation instead ofPOD

2000-10-03 Thread John Barnette
John Porter (Today): Nicholas Clark wrote: On Mon, Oct 02, 2000 at 02:44:56PM -0600, John Barnette wrote: But why extend the syntax for such a niche application? * POD can be easily converted to XML. * POD can contain XML. * Advanced concepts that POD cannot contain

Re: RFC 333 (v1) Add Cheader and Cunheader funtions to coredistribution

2000-09-28 Thread John Barnette
Perl6 RFC Librarian (Today): =head1 TITLE Add Cheader and Cunheader funtions to core distribution Maintainer: Nathan Wiger [EMAIL PROTECTED] =head1 ABSTRACT !-- snip -- This RFC proposes that Perl include a simple function, Cheader, that can be used to interact with these headers more

Re: RFC 109 (v1) Less line noise - let's get rid of @%

2000-08-16 Thread John Barnette
No, it's not. Where are we taught this? It's a myth. The punctuation imposes context on the variable expression. $foo[0] accesses an array. Where's the "@"? It accesses an *element* of the array, which is a scalar. This scalar might be blessed into a class, or a