Search Discussions
-
In the below Perl 5 code, I refactored to pull the two halves of the PID file handling out of init_server(), but to do so, I had to return a sub from pid_file_handler() that acted as a ...
Geoffrey Broadwell
Jan 1, 2009 at 8:34 pm
Jan 27, 2009 at 1:03 am -
Hello everyone, A few weeks ago, probably more than I want to admit (but here! See! My Notes! I've been up to something!), there was one of those, "OMG! Perl is going to DIE!" threads, somewhere and ...
Perl
Jan 16, 2009 at 10:47 am
Jan 23, 2009 at 1:37 am -
Of course whenever I post to this list I make some sort of mistake, like including a test version that does not parse in perl6. Hopefully, I have eliminated all the mistakes. The following is a ...
Richard Hainsworth
Jan 12, 2009 at 9:24 am
Jan 16, 2009 at 8:48 am -
Could someone help me understand what is going on in the following snippet? my %players = {'william'= 2, 'peter'= 3,'john'= 1,'mary'= 5}; my @ranking = %players.sort: { .value }; for @ranking {.say}; ...
Richard Hainsworth
Jan 10, 2009 at 8:27 pm
Jan 13, 2009 at 3:43 pm -
I posted an email to per6-all asking about how one should go about reporting bugs. That message has appeared on the list. So again: how can bugs be reported? There was a suggestion by PM for people ...
Richard Hainsworth
Jan 4, 2009 at 2:21 pm
Jan 5, 2009 at 6:15 pm -
Supposed I define regex digit { [0..9] } what is the negative? By analogy, it should be <!digit but I cant find this in the Synopses (possibly missed the relevant section). if /<[0..9] / then the ...
Richard Hainsworth
Jan 6, 2009 at 1:41 pm
Jan 12, 2009 at 3:17 am -
Just wanted to say that this afternoon I used rakudo for a real world need. It was only a simple script to extract data from a text file. But it took all of 5 min from start to finish. Could have ...
Richard Hainsworth
Jan 20, 2009 at 3:58 pm
Jan 20, 2009 at 6:08 pm -
S12 defines enums and rakudo impliments them, so perl6 1 But suppose I want to get the "face value" of $x, viz., 'Sun'? How do I get it? say $x.key doesnt work.
Richard Hainsworth
Jan 14, 2009 at 11:26 am
Jan 14, 2009 at 7:40 pm -
Here's a solution to Scripting Games #2. Script and data file attached. The algorithm closely follows the published solution by the perl expert. Here is the model solution use 5.010; use strict; use ...
Richard Hainsworth
Jan 11, 2009 at 1:24 pm
Jan 12, 2009 at 3:17 am -
Suppose I want a 'when' clause to fire when the test is *not* met. What syntax should be used? So how would I do my $x = 'abced'; given $x { when ! /<digit / {say 'this does not contain a digit'} # ...
Richard Hainsworth
Jan 6, 2009 at 1:49 pm
Jan 7, 2009 at 7:35 pm -
Hi there! I use role to mix in some functionality for testing: my $s = November::Storage::File.new does Testing; And I have Role definition _after_ this: role Testing { ... } Now this is fall with: ...
Илья
Jan 17, 2009 at 3:24 pm
Jan 18, 2009 at 3:19 pm -
thanks for the response, but i was really looking for a bit more detail. To be precise - why the ':' after the sort? '%players.sort' calls the 'sort' method/sub on the hash '%players'. '{.value}' ...
Richard Hainsworth
Jan 11, 2009 at 8:50 am
Jan 11, 2009 at 10:19 am -
Here's a solution to the scripting competition test. Patrick suggested publishing solutions somewhere, including this list. #!/usr/local/bin/perl6 =pod Patrick Michaud suggested ...
Richard Hainsworth
Jan 8, 2009 at 3:04 pm
Jan 9, 2009 at 8:07 am -
Is there a rakudo package for cygwin? There's parrot and parrot-languages, but none of them seems to include anything that looks like "rakudo" or "perl6". Do i have to build it myself to try it? Or ...
Amir E. Aharoni
Jan 20, 2009 at 8:46 pm
Jan 20, 2009 at 8:46 pm
Group Overview
group | perl6-users |
categories | perl |
discussions | 14 |
posts | 66 |
users | 25 |
website | perl6.org |
25 users for January 2009
Archives
- May 2016 (74)
- April 2016 (103)
- March 2016 (38)
- February 2016 (79)
- January 2016 (142)
- December 2015 (67)
- November 2015 (21)
- October 2015 (31)
- September 2015 (65)
- April 2015 (11)
- March 2015 (41)
- February 2015 (3)
- January 2015 (38)
- December 2014 (28)
- November 2014 (5)
- September 2014 (27)
- August 2014 (7)
- July 2014 (8)
- June 2014 (26)
- May 2014 (25)
- April 2014 (2)
- February 2014 (9)
- January 2014 (3)
- December 2013 (13)
- November 2013 (10)
- October 2013 (5)
- September 2013 (8)
- August 2013 (4)
- May 2013 (10)
- April 2013 (2)
- March 2013 (9)
- February 2013 (11)
- January 2013 (8)
- December 2012 (1)
- November 2012 (1)
- October 2012 (8)
- September 2012 (3)
- August 2012 (5)
- July 2012 (23)
- June 2012 (32)
- May 2012 (14)
- February 2012 (1)
- January 2012 (4)
- December 2011 (1)
- November 2011 (19)
- October 2011 (2)
- September 2011 (9)
- July 2011 (5)
- June 2011 (3)
- May 2011 (5)
- April 2011 (19)
- February 2011 (39)
- January 2011 (77)
- December 2010 (53)
- November 2010 (10)
- October 2010 (3)
- September 2010 (8)
- August 2010 (13)
- July 2010 (28)
- June 2010 (44)
- May 2010 (1)
- April 2010 (2)
- March 2010 (16)
- February 2010 (8)
- January 2010 (8)
- December 2009 (23)
- November 2009 (10)
- October 2009 (2)
- September 2009 (14)
- August 2009 (2)
- July 2009 (14)
- June 2009 (53)
- May 2009 (19)
- April 2009 (6)
- March 2009 (85)
- February 2009 (6)
- January 2009 (66)
- December 2008 (34)
- November 2008 (13)
- October 2008 (43)
- September 2008 (5)
- August 2008 (6)
- July 2008 (11)
- June 2008 (10)
- May 2008 (4)
- April 2008 (18)
- March 2008 (17)
- February 2008 (44)
- January 2008 (25)
- December 2007 (8)
- October 2007 (2)
- September 2007 (8)
- August 2007 (1)
- July 2007 (22)
- June 2007 (1)
- April 2007 (8)
- February 2007 (4)
- January 2007 (22)
- December 2006 (20)
- November 2006 (2)
- October 2006 (32)
- September 2006 (153)
- August 2006 (49)
- July 2006 (8)
- June 2006 (112)
- May 2006 (207)