My motivation for taking part in this contest (or at least, having written something that vaguely fulfills the requirements although I won't be sending it in due to lack of time) is the plain fun. I know how to use the modules from CPAN (LWP and Date::Manip in my case), and I know how to download something programmatically from the web, so I left these parts out as trivial. This contest gave me a nice challenge to think about a good control flow for such a program, together with a closely defined boundary. Playing with regular expressions and somemwhat striving for elegance, this was more like a scribbling and/or sketching session to me than the attempt to deliver a painting (and I don't think my scribbling is worth finnishing up and sending it in).

As I am too lazy to compete now (or afraid to show my inability), this contest has brought me some time of goal-oriented pondering much like other brain-teasers or searches for algorithms do as well - I find such things relaxing and entertaining.

Another thing contributing to my lazyness was the factor that the contest will be/will have been decided by the ability to time a mail transfer to jcwren such that the mail arrives/is sent at 00:00h EST. On the other side, the obvious problem (as discussed above by AgentM) is the problem of ranking, and time of arrival is one good method to judge.


In reply to Re: Challenge motivation. by Corion
in thread JCWren Programming Challenge - Win a Perlmonks T-Shirt! by jcwren

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.