|
Abstract
Tutorial: HTML::Mason -- the way PHP should have been, Thomas Ammnitzböll-Bach
HTML::Mason is a mod_perl handler, which makes it possible to write web pages
mixing HTML and Perl source code. The phenomenon is known from PHP, where the
programmatic part is embedded in special tags. But HTML::Mason is also component based
meaning - a web page can be built from pieces which are maintained separately.
Content:
- Configuration of Apache
- Briefly on mod_perl
- My first Mason-page
- Syntax on a Mason page
- Why Components?
- Parameters
- Output-components and functional components
- Initialization of for instance DBI
- Filters
- Cookies, headers and redirect
If you would like to be a speaker on the Scandinavian Perl Workshop, please read the Call For Papers or contact us at <contact@copenhagen.pm.org>.
|