re the logo:
http://www.norfolkbirding.com/Pearl-Bordered-Fritillary.jpg
# 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
# 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.
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 :)
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