RE: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-24 Thread Conrad Schneiker
> From: Andy Lester [mailto:[EMAIL PROTECTED] > On Aug 23, 2006, at 12:21 AM, Conrad Schneiker wrote: > > > Could I just pay someone at TPF $1,000 to set up a wiki *for* Perl > > 6 on > > perl.org? > > [...] > > > > Whatever wiki TPF chooses is fine with me. > > I'm working on a wiki right now.

Re: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-24 Thread Paul Fenwick
G'day Conrad / P6 users, Conrad Schneiker wrote: > Hopefully someone at The Perl Foundation (perl.org) will read and respond to > this. > > (Other comments and suggestions are certainly welcome, however.) [snip] I'm not suggesting that PerlNet ( http://perl.net.au/ ) become the One True P6 Wik

RE: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-24 Thread Conrad Schneiker
> From: Paul Fenwick [mailto:[EMAIL PROTECTED] > Conrad Schneiker wrote: > > Hopefully someone at The Perl Foundation (perl.org) will read and > respond to > > this. > > > > (Other comments and suggestions are certainly welcome, however.) > > [snip] > > I'm not suggesting that PerlNet ( http://pe

Re: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-24 Thread Amir E. Aharoni
Yes. (Or endorsement by @Larry.) My guess is that something like this is necessary to overcome the past reluctance of others to use *any* of the previously suggested, currently existing wikis. Right on. Currently the Parrot PDD's say that the docs that must be written in POD, even though XML (o

IO::Socket, or any IO

2006-08-24 Thread Michael Snoyman
I was thinking of rewriting a little webserver program I wrote in Perl 5 using Pugs. I was wondering what the equivilent (if any) of IO::Socket is. I suppose I could use an external webserver and use CGI to get this working with IO, but my preference would be a pure Perl 6 approach. If you're wo