debian man page for mason::manual::cookbook

Query: mason::manual::cookbook

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Mason::Manual::Cookbook(3pm)				User Contributed Perl Documentation			      Mason::Manual::Cookbook(3pm)

NAME
Mason::Manual::Cookbook - Recipes for common Mason tasks
RECIPES
HTML list formed from array <ul> % foreach $item (@list) { <li><% $item %></li> % } </ul> HTML table formed from list of objects <table> <tr><th>Foo</th><th>Bar</th><th>Baz</th></tr> % foreach my $obj (@objects) { <tr> <td><% $obj->foo %></td> <td><% $obj->bar %></td> <td><% $obj->baz %></td> </tr> % } </table>
SEE ALSO
Mason
AUTHOR
Jonathan Swartz <swartz@pobox.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jonathan Swartz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-05-02 Mason::Manual::Cookbook(3pm)
Related Man Pages
mason::component::moose(3pm) - debian
mason::filters::standard(3pm) - debian
mason::manual(3pm) - debian
mason::manual::setup(3pm) - debian
mason::plugin::lvalueattributes(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results