# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #61122]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61122 >


The following should return the months in random order:

$ perl6 -e 'enum Month <Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov
Dec>; say Month.pick(12).perl'

Reply via email to