Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I agree with your choice for textbook to use in the class. I just picked up the O'Reilly Learning Perl book because I found it to be less intimidating than the main Perl reference manual. I'm not sure if you would want it in your class, but as an optional reference, you could also look into Perl for Dummies. If the students need a Perl interpreter, they can get the ActiveState interpreter and perl 5.6.1 with Perl for Dummies. They can also go get perl 5.6.1 as a package option when downloading Cygwin. I would also go along with the other suggestions for projects that the other Monks have left in response to your questions.

One suggestion I have for a project is to have the students write a script that extracts information out of a database or off a web page and formats it in a file with headers for either e-mailing or paging. Assume that another programmer has developed the software that will send the messages, and the students are to write the program that creates the message files with the extracted info. As an additional requirement, all message files are to be numbered to avoid overwriting of previous messages created. The students can use File::CounterFile, or write the file numbering routine themselves under the assumption that the program will not be shared on a network.

In reply to Re: Teaching a class by cecil36
in thread Teaching a class by jonjacobmoon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found