Slashdot Mirror


Perl Haiku Poetry Contest

ActiveState writes "Tell us why you love Perl. ActiveState is pleased to announce the ActiveState Perl Haiku Poetry Contest. Do you love Perl as much as we do? Then prove it with your passion, creativity, and wit! Categories include Best Haiku Poem Written in Perl and Best Haiku Poem About Perl. All entries will be featured on our website. Winners will be selected by ActiveState's Perl development team. Prizes will be awarded for the top three entries in each category and include licenses for ASPN Perl featuring Komodo Professional Edition, and cool ActiveState gear. The deadline for entries is 12:00PM PST, February 8, 2004. Winners will be announced on February 10. Full contest rules are also online. Good luck!"

8 of 306 comments (clear)

  1. More flaming by ObviousGuy · · Score: 5, Insightful

    "Perl" not "PERL", bozo
    Capital P E R L
    not acceptable

    --
    I have been pwned because my /. password was too easy to guess.
  2. Mmm, interpreted languages! by adrianbaugh · · Score: 4, Insightful

    Autumn: perl script starts
    C program runs so quickly
    Perl not done by spring!

    On the other hand...

    Perl script written fast
    Overflows still plague C code
    After many moons.

    --
    "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
    - JRR Tolkien.
  3. Re:Haiki rules by jefu · · Score: 2, Insightful

    Snow falling on Perl
    White noise buries the Line Noise
    Why not APL ?

  4. Re:why perl should not be used to write software by Anonymous Coward · · Score: 1, Insightful

    Java sturdy but
    does not inspire poetry
    or the programmers

    What other language
    can be used to write websites,
    shell scripts, and haiku?

  5. Re:Right, bring it on. by Anonymous Coward · · Score: 1, Insightful

    Oh, shut up, know-it-all. You're probably just another one of those pathetic fucking geeks who gets a hard-on from anime and manga and decides his pasty white suburban ass is Japanese. You probably have bookshelves full of stupid manga that all looks the same, you probably say "itadakimasu" before you eat, and you probably never kissed a girl. Fuck, I hate you Japanese-wannabe white loser nerds.

    If any of this is untrue, please accept my deepest apologies. I don't know why I get so angry sometimes. Damn, I suck, too. I really have no business criticizing anyone else. I hate myself. I hope you can forgive me one day in a better world than this.

    Thank you.

  6. perl_parser.pl by dgatwood · · Score: 2, Insightful
    How about:

    A language that can't
    be reduced to BNF
    just should not exist....

    or

    Algorithms vote
    how to parse ambiguous
    constructs! Why, oh why!?!

    If you don't understand what I mean, try to write a program that parses the perl language itself. Apologies in advance for the massive head trauma.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  7. The question is: by DarkHelmet · · Score: 2, Insightful

    Will any of these haikus people are writing be used for stopping spam? :P

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i
  8. Yes, it's possible. by Balinares · · Score: 3, Insightful

    It's called a quine, and it's something of an ubergeeky pastime.

    Example (not mine):

    #!/usr/bin/perl
    $s = q<print "#!/usr/bin/perl\n\$s = q<$s>;\n$s\n";>;
    print "#!/usr/bin/perl\n\$s = q<$s>;\n$s\n";

    Gee, that makes my head hurt...
    Good luck making a true 5-7-5 haiku out of that, though.

    --

    -- B.
    This sig does in fact not have the property it claims not to have.