I think it's very nice to write as little code as possible, not to the point where no code at all is needed,but as little as possible. Recently I read a article about monads in Perl , which made a big impression on me. It expressed some things in a very elegant way. To what extent those things are useful is still an unanswered question for me.

I found myself rewinding on some old Perl presentation and finding about a regex to validate nested parens,this also was very elegant. Are there any other articles that describe what is covered in this presentation in a more detailed way ?(in particular Monads).

Have you used Monads in Perl and why would they be useful ? Have you used functional programming in Perl , to what extent and has it been useful or just a caprice?


In reply to Functional programming ? by spx2

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.