Mason Documentation

Manuals

 • Introduction
Introduction and basic installation.
 • Developer's Manual
This manual is written for the Mason developer. It describes how to write, run, and debug Mason components.
 • Administrator's Manual
This manual is written for the web master or system administrator. It describes how to install, configure, and tune a Mason system.

Object Reference

 • Request
The Request API is the gateway to all Mason features not provided by syntactic tags.
 • Component
The Component API allows you to examine components loaded into memory.
 • Parser
The Parser translates components into Perl subroutines.
 • Interp
The Interpreter defines how components are loaded and executed.
 • ApacheHandler
The ApacheHandler connects Mason to mod_perl, running components in response to HTTP requests.