I feel contests should be organized as thus: Ideas should be posted to a message board. Vroom, or someone else, decides an idea is good, and says (for example):
"Make a perl script that plays spoons(5 rows of spoons, 1,3,5,7,9. take as many as you want from one row, loser takes the last spoon)! All scripts are sub routines that return an array of which row, and how many spoons. they are passed an array of the rows, and what the opponent did. No browsing the file directory (if you've read the perl journal, they've had contests where people can actually modify other scripts.) All scripts will play all other scripts 5 times. winner gets 200 XP. 2nd 100, 3rd 50."

Contestants upload entries to ftp, or email with ___startmodule___ and ___endmodule___ . This is easy, can be run on a computer in a day, and can run for a week or two. It would hone up our algorithm skills, help those of us who wish for more XP, but just are bad at helping people, and have fun at the same time. good idea? @///usr////((:::::bin:::::::::perl::::>


In reply to How i see the contests organized by Rydor
in thread Some contests? by Rydor

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.