Quoting a recent post to a few ActivePerl mailing lists (post was by Jan Dubois sent around Sunday, February 17, 2008 9:26 AM US west coast time):

Microsoft is running the 3rd annual Scripting Games competition, and this year they added a Perl division alongside VBScript and Windows PowerShell.

The games have already begun on Friday, but the deadline for the first 2 events isn't until Wednesday morning, so it is not too late to enter and get a perfect score!

All Perl entries will be judged by running them with ActivePerl 5.10.0.1002, so you can start using all the new 5.10 features if you want.

The competitors pack is a self-extracting ZIP file containing additional data files needed for some challenges. It is provided as an .exe file (probably so it could be digitally signed), but you can unpack it with normal "unzip" too (this is just a subtle hint that the actual challenges are not platform specific; you just need to remember to prefix the path to any of the data files with "C:/Scripts/" before you submit your scripts).

I'll be providing sample solutions and a running commentary for the Advanced Perl Division to the scripting guys at Microsoft, who will publish them from each events page after the deadline. They should also become linked from here.

So let's show them that there are a sufficient number of Perl users that it is worthwhile keeping a Perl division in the Scripting Games for the upcoming years! :)

BTW, you also have a chance to win a Perl Dev Kit license if you enter the contest for at least a single event!


In reply to 2008 Winter Scripting Games have begun by sg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.