Introduction to Mason  

  1. Basics
  2. Component Calls
  3. autohandlers
  4. dhandlers
  5. Caching
  6. Syntax
  7. Syntax (cont)
  8. Blocks
  9. <%perl> and <%init>
  10. <%args>
  11. Other non-Perl blocks
  12. $m
  13. Other globals
  14. Configuration Under mod_perl
  15. Configuration Under mod_perl (cont)
  16. autohandler example
  17. Another Component Example: latest_projects.mas
  18. The Apprentice Site Index Page
  19. Filtering Tricks: Highlight the Current URI
  20. Filtering Tricks: Select List to Text
  21. Filter Tricks: Save Page Output for Validation
  22. Integration With a Larger App
  23. Before Mason Runs
  24. Before Mason Runs: MasonX::WebApp
  25. Before Mason Runs: MasonX::WebApp (cont)
  26. Before Mason Runs: MasonX::Interp::WithCallbacks
  27. Before Mason Runs: MasonX::Interp::WithCallbacks (cont)
  28. Advantages to Moving Processing Out of Mason
  29. The End