butterfly and Perl

2009-03-25 Thread William Herrera
re the logo: http://www.norfolkbirding.com/Pearl-Bordered-Fritillary.jpg

[perl #53682] Cage cleaning: Visual Studio compiler for parrot

2008-05-04 Thread William Herrera
# New Ticket Created by "William Herrera" # Please include the string: [perl #53682] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53682 > The MS C compiler produces numerous warnings about "not all pa

[perl #53684] here is the revised file

2008-05-04 Thread William Herrera
# New Ticket Created by "William Herrera" # Please include the string: [perl #53684] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53684 > /* compiler.h * Copyright (C) 2007-2008, The Perl Foundation.

perl6 and a multi-interpreted-language example

2006-09-17 Thread William Herrera
I just took a second glance at my post and saw the scoping error in the $steps variable. Please don't bother fixing it-- I want to know what a perl6 version would be like :)

perl6 and a multi-interpreted-language example

2006-09-17 Thread William Herrera
Hi! I was wondering what a perl 6 program of a game of Reverse would look like? see http://e-scribe.com/news/193 Ruby (10 lines, 274 bytes) numbers = (1..9).sort_by{ rand } steps = 0 while numbers != numbers.sort puts numbers.join(" ") prin