tinman, there is another item that I think is worth mentioning. I've coded in a wide variety of languages, and I can tell you that Perl was the easiest to learn. Not because of syntax, but because of the documentation, the ability to find online help, and most importantly the functionality of online communities... especially Perl Monks! I have not found another resource that has been as beneficial to my learning of the Perl language. I've never found one for C++, or Java, or JavaScript, or COBOL, etc. They just don't have the kinds of documentation, and assistance that the Perl community has going for it. That in itself is a HUGE advantage.

Say for example this company goes with Java and has a problem with a part of a program. The only help they will find is their development team, and their paper resources that they have on hand. They surely don't have a resource online, that they would be able to post snippets of code and within minutes, be able to have different resolutions. Or be able to go to a bank of modules like CPAN to see if it has already been done.

Again, your target audience is going to drive the way you cater your report. Heck, you could use this node itself to show the benefits of Perl. "Sure Mr. Suit. I wrote this report and posted it on Perl Monks, a Perl online community, and my fellow Perl coders from around the world helped me edit the report so I wasn't missing points!" That in itself speaks volumes.

Please keep us informed, and make sure that you reply with a final draft of your report... I know it will be of major benefit to other people as well.

- Mission
"Heck I don't know how to do it either, but do you think that's going to stop me?!!"

In reply to Re: Perl advocacy by Mission
in thread Perl advocacy by tinman

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.