Greetings fellow monks,

After reading Sam Tregar's Writing Perl Modules for CPAN, I got inspired to take an old script of mine and rewrite it, improve it, and turn it into a module.

"ManagementSpeak" (name subject to change based on your feedback) generates grammatically correct, managerial-sounding text that means absolutely nothing. It can output sentences, paragraphs, and whole documents with embedded structure. The goal is to easily provide filler or lorem ipsen content that has the potential to pass as real. This module does for geeks what lorem ipsen does for designers.

Here is a directory with the module, test, POD, and example CGI. I would appreciate constructive critisism. I'm somewhat ashamed to admit that this is my first CPAN module, so I've probably made some stupid mistakes somewhere.

Thanks all.

UPDATE: Thanks for all the pointers to stuff that's similar to this that's been around for a while. The reason I wrote this module was mostly for the &document method, which builds a full document with fake information architecture. It lets me do stuff like this.

gryphon
code('Perl') || die;


In reply to RFC for ManagementSpeak by gryphon

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.