Yep, I showed him how to print a variable to get it's value, and I showed him -c and -d. Thing is, I only gave him the overview. Assuming there's a second lecture (sermon? Nahhh, let's not pursue the Monk metaphor), I'll need to pick one thing and go into it in more depth. At this point, I'm leaning towards helping him write a simple script to parse netstat into name=value pairs and either writing the data to a logfile, mailing it somewhere, or posting it to a web page.

One thing I addressed, independent of perl syntax, was that tools should have similar interfaces, reporting mechanisms and output formats. That way, an eventual toolsuite can grow without having to reinvent the wheel, and the code is more maintainable.

-Logan
"What do I want? I'm an American. I want more."


In reply to Re: Re: Teaching Perl by logan
in thread Teaching Perl by logan

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.