First steps

  1. Installation
  2. Editors
  3. IDEs
  4. Perl on the command line
  5. First script
  6. Safety net
  7. First sub
  8. First say
  9. print vs. say
  10. Debugging
  11. Avoid global variables
  12. Keep it Simple - KISS
  13. Comments
  14. Perl documentation
  15. POD - Plain Old Documentation
  16. Exercise: Hello world