"Poetry" is in the eye of the beholder; it could be any of:
New Poems
Redundant short summary
1 direct reply — Read more / Contribute
by chacham
on Jan 25, 2012 at 14:18
    1. In the beginning, Larry said, "Let there be Perl", and there was Perl.
    2. And many programmers flocked to Perl saying, "Let us do this and that in Perl".
    3. And the programmers wrote sloppy code, and hacked code, and dirty code, and nice code, and all types of code.
    4. And there became more than one way to do it.
a 3D flower made with Perl, for anonymous girl
3 direct replies — Read more / Contribute
by zentara
on Jan 04, 2012 at 08:56
    Awhile back, some girl, I assume, asked how she could make flowers with Perl. Everyone directed her to various ascii art modules or 2d graphics libraries, my personal offering would have been Tk::Zinc generation of petals. That code is quite complicated.

    But as the winter freeze sets in on my camp, I have found an ever-blooming flower, which can be generated with a single line of Perl code. screenshot 1 screenshot 2

    #!/usr/bin/perl use PDL; use PDL::Graphics::TriD; # hit 'q' to exit imag3d [sqrt(rvals(zeroes(50,50))/2)], {Lines=>0};

    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh
1-line perl art
1 direct reply — Read more / Contribute
by tilda
on Jan 03, 2012 at 21:06
Dawn breaks
No replies — Read more | Post response
by bibliophile
on Jan 03, 2012 at 12:41

    Two thousand 'leven
    A counter ticks. Dawn breaks on
    Two thousand and twelve.


    -bib
Perl(Hello World)
3 direct replies — Read more / Contribute
by chacham
on Dec 05, 2011 at 13:37

    I wrote some Perl to say hello,
    To a world i did not know.
    Prepended line numbers there in tow,
    I basically told it where to go.

    10 ? 'Hello World!\n';

    Something there did not quite load,
    No matter how i tried to goad,
    Quickly then i shifted mode,
    And thought i'd see to add the code.

    use cout; print << 'Hello World!\n';

    But that just didn't work at all,
    Did i forget to make a call?
    Imagining i was Larry Wall,
    I coded the sequel to carry the ball.

    query::statement->execute('SELECT "Hello World!\n"');

    What's there to object in that line?
    On paper it had worked just fine,
    Perl is broken...or is that just mine?
    No, add a line, and never whine!

    procedure perl is begin(print 'Hello World!\n')

    Something there was still not right,
    But, waste not time and be contrite.
    I must put up and win this fight,
    Make a web of code to end my plight.

    <?perl <print>'Hello World!\n'</print>; ?>

    Just when i thought my code was suited,
    I found that i was just deluded,
    But where had the offending line intruded?
    Oh! Just assemble a line to be included.

    use LC0.ascii /Hello, world!/; movl $LC0, (%esp);

    Why is it that Perl is so frustrating?
    I give perfect code, yet it's not abating,
    And people love what i start hating?
    I need help, if just for tranlsating.

    print *, "Hello World!", e\nd

    Then again, thrown to the ground,
    But i know that my good code is sound!
    Perhaps the web has help to be found,
    And answer: why does perl monkey around?

    I added a node, asking the question,
    I posted my code, and made sure to mention,
    How perfect it was, (at least in inflection).
    I just hope that Poetry is the correct section.

a happiness haiku
3 direct replies — Read more / Contribute
by zentara
on Nov 27, 2011 at 11:02
Haiku: If James Taylor* had been a Perl Programmer
1 direct reply — Read more / Contribute
by keszler
on Nov 20, 2011 at 04:00

    • use strict; use warnings;
    • winter, spring, summer, and fall
    • and Perl is your friend

    * or Carole King

haiku : Subject Oriented Programming
3 direct replies — Read more / Contribute
by zentara
on Nov 19, 2011 at 08:08
while(1) haiku
2 direct replies — Read more / Contribute
by zentara
on Nov 09, 2011 at 11:30
Haiku: meet the new paradigm, same as the old paradigm
No replies — Read more | Post response
by zentara
on Nov 06, 2011 at 14:41

Add your poem
Title:
Text:
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.