在 Aug 25, 2006 12:54 AM 時,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 workingwith IO, but my preference would be a pure Perl 6 approach.
See examples/network/http-server.pl in the Pugs tree. :-) Cheers, Audrey