Re: Perl 6 How Do I? (Was: Perl 6 Summary for 2005-01-11 through 2005-01-18)

2005-01-19 Thread Luke Palmer
Austin Hastings writes: > Luke Palmer wrote: > > >Austin Hasting writes: > > > > > >>How do I concisely code a loop that reads in lines of a file, then > >>calls mysub() on each letter in each line? > >>Or each xml tag on the line? > >> > >> > > > >And I guess the answer is the same as in Perl

Re: Perl 6 How Do I? (Was: Perl 6 Summary for 2005-01-11 through 2005-01-18)

2005-01-19 Thread Austin Hastings
Luke Palmer wrote: Austin Hasting writes: How do I concisely code a loop that reads in lines of a file, then calls mysub() on each letter in each line? Or each xml tag on the line? And I guess the answer is the same as in Perl 5. I don't understand what the problem is with Perl 5's approac

Re: Perl 6 How Do I? (Was: Perl 6 Summary for 2005-01-11 through 2005-01-18)

2005-01-19 Thread Jonathan Scott Duff
On Tue, Jan 18, 2005 at 10:43:00PM -0700, Luke Palmer wrote: > Oh, I thought I replied, but now that I look over the question I guess I > didn't. The question was: > > Austin Hasting writes: > > How do I concisely code a loop that reads in lines of a file, then > > calls mysub() on each letter in

Re: Perl 6 How Do I? (Was: Perl 6 Summary for 2005-01-11 through 2005-01-18)

2005-01-18 Thread Luke Palmer
Matt Fowles writes: > Perl 6 Language >idiomatic Perl 6 > StÃphane Payrard expressed a desire for more Perl 6 sample code. Luke > Palmer issued the following, possibly foolish, response: "post some > \"how do I\"s to the list, and I'll reply with code". Austin Hastings > posed

Perl 6 Summary for 2005-01-11 through 2005-01-18

2005-01-18 Thread Matt Fowles
Perl 6 Summary for 2005-01-11 through 2005-01-18 Welcome to yet another Perl Summary brought to you by music and pizza (although the pizza is late in arriving). Like many summaries before it, we start with an attempt at non sequitur and Perl 6 Language. Perl 6 Language idiomatic