Component Calls
- One of Mason's best features is that a component can call other components.
- For example:
<& header &> Some text here. <& footer, size => 2, links => \@links &>
- Component calls are just like function calls, and can take arguments.
<& header &> Some text here. <& footer, size => 2, links => \@links &>
| Copyright © 2004 David Rolsky |