Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

The Perl Poetry Contest


The Perl Poetry Contest - The Perl Journal, Winter 1999


Issue 16, Winter 1999

The Perl Poetry Contest

Jon Orwant

Many Perl programmers are linguistically adept; the expressivity and flow of our language attracts people who enjoy the written word. Perl programmers also tend to have a lot of free time from getting their jobs done so quickly, and so it's natural that they sometimes blend Perl and wordplay. One common manifestation of this whimsy is Perl poetry: a poem that also happens to be a functioning program.

Our Obfuscated Perl Contest is ugly and evil. We know this, and revel in it. To compensate for encouraging these most unpoetic programs, we hereby present out first Perl Poetry Contest, to be judged by Perl poet Kevin Meltzer. This is a chance to show the world just how beautiful Perl can be.

Perl Poetry has been around for a decade; on April Fool's Day 1990, someone forged a Usenet posting in Larry Wall's name with four Perl poems. Sharon Hopkins, a longtime friend of Larry Wall and the Official Perl Poet, presented Camels and Needles: Computer Poetry Meets the Perl Programming Language at the Usenix Winter 1992 Technical Conference. One of Sharon's poems, listen, has even been published in the Economist and the Guardian.

More recently, this arrived in my inbox:

<tt>
#!/usr/bin/perl
#
# asylum.pl
# by Harl

close (youreyes);
bind  (yourself, fast);

while ($narcosis) {
    exists $to($calm);
	not calm;
}

accept the, anesthesia;
seek the, $granted, $asylum'
and wait;

stat ically;

unlink and listen (in, $complicity);

for (a, little) {
	system ("sync hronicity");
} 
</tt>

Note the rhyme at the end, and Harl's use of poignant imagery, wordplay, and the quadruple theme of sleep, insanity, connectivity, and socket programming. True, Harl's program doesn't do much, bit it's inspirational, and we expect to see Harl performing at a Silicon Valley poetry slam near you.

THE CATEGORIES

True poets bridle at constraints, so we won't restrict entries to any particular style or genre of poem; mail us anything you like. However, please use discretion. We don't find large binary files poetic. Here are some ideas to get you started:

  1. Pick a famous poem and "port" it to Perl.
  2. Write a Perl poem that performs a useful task.
  3. A Haiku, Tanka, or Limerick about Perl. Haikus(syllable pattern 5-7-5) and tankas (5-7-5-7-7) don't rhyme; limericks (9-9-6-6-9) do, in an AABBA pattern. (Also see the separate haiku contest mentioned in Damian Conway's Coy.pm article, earlier in this issue.)
  4. Write a program that generates poetry.

JUDGING

All poems must run without error under Perl 5.005, and entries will receive extra credit for running under the -w flag. Don't worry about whitespace, and don't try anything cheap like using comments excessively. We'll be watching. Extra points will be awarded for particular poetic styles, like iambic pentameter or internal rhyme. Whether your poem employs the pronunciations of non-alphanumeric characters(for instance, $bill as "dollar bill") is up to you.

Choosing the prizes was easy. Winners will receive Magnetic Perl Poetry Kits from Perltoys.com

SUBMITTING

Enter on or before February 20, 2000 by mailing you poem to [email protected]. At the end of your poem, include the following:

• Your name and email address.
• An explanation of what your program does, if anything. If
your program is derived from an original poem, please include it.
• Anything else you'd like us to know. For instance, if your poem requires pronouncing non-alphanumeric characters in a particular way (is # pronounced "pound", "bang", or "hash"?), say so.

Good luck!

Perl Poem: 143

Perl Poem: Object Oriented Perl

__END__


Jon Orwant is the editor of TPJ. He'd like to thank Kevin Meltzer for making him realize that poetry contests don't have to suck.



Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.