Introduction to Mason
9
<%perl> and <%init>
The
<%perl>
block contains pure Perl.
It is executed as-is, where it is found.
The
<%init>
block also contains pure Perl.
But it is always executed first, before other processing.
< < Previous
|
Index
|
Next >>
Copyright © 2004 David Rolsky