Re: Simple Print/Say Question

2006-05-23 Thread Ovid
This seems to work for me: pugs -e 'say (1,2,3).join(|)' 1|2|3 Or even: pugs -e '(1,2,3).join(|).say' 1|2|3 Cheers, Ovid -- If this message is a response to a question on a mailing list, please send follow up questions to the list. Web Programming with Perl -- http

Re: Logic Programming for Perl6 (Was Re: 3 Good Reasons... (typo alert!))

2006-05-25 Thread Ovid
- Original Message From: David Romano [EMAIL PROTECTED] duplicate results and this is almost always wrong. (See http://use.perl.org/~Ovid/journal/28378 for an SQL example of this problem). I re-read your journal entry and comments (I had read it back when you first had posted

Re: Introductions; P6 wiki

2006-05-27 Thread Ovid
On a related note, if anyone does want to build a P6 Wiki, you might consider building it on top of WWW::Kontent (http://search.cpan.org/dist/WWW-Kontent/), a Perl6 CMS (Content Management System) that BrentDax wrote. Cheers, Ovid -- If this message is a response to a question on a mailing

Unwanted scalar references

2006-12-17 Thread Ovid
:0x32e37c8 at 99.pugs line 215, column 18-69 99.pugs line 215, column 18-69 Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog/perlhks/ Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

Re: 99problems: 9, 11, 13

2007-01-07 Thread Ovid
to problems rather than clearing out previous work. Not only does this follow the spirit of TIMTOWTDI, but it also allows the tests to cover a wider range of behavior. It's not really my call, though. Commit bits are there for a reason :) Cheers, Ovid -- Buy the book -- http://www.oreilly.com/catalog