Time and time again I find people that know the tiniest little bit of Perl, and find it kind of useful, but not really compelling.
Until you introduce them to CPAN, usually via
http://search.cpan.org/. And then their entire outlook changes.
I've seen people come into work the next day after spending the evening browsing through it with a light in their eyes and talking about some private project they'd always wanted to do but it took too much work, but there's these modules that will make it really easy to do this, and that, and etc etc.
Perl is the language for "getting stuff done" and CPAN is it's heart, and a good part of it's soul.
Regardless of what you teach about the syntax of the language, from the point of view of comparing it with various other languages, no introduction would be complete without...
"Perl is relatively unique amoungst the more common languages in that it has the CPAN, which is a repository of 16,000,000 lines of code by 3000 different Perl authors to do just about anything you could think of, and that are completely free for both personal and commercial use"
If they are more businessey types, my Perl introduction is generally something like this.
"Perl is the language for getting stuff done and getting it done fast. The first versions of Amazon were written in Perl. The first versions of Yahoo were written in Perl. The first versions of eBay were written in Perl."
And that's about puts it in the right perspective for them. :)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.