HTML::Template::Plugin::Dot::Helpers(3pm) | User Contributed Perl Documentation | HTML::Template::Plugin::Dot::Helpers(3pm) |
HTML::Template::Plugin::Dot::Helpers - Add useful objects to your templates
version 0.06
use HTML::Template::Plugin::Dot::Helpers;
Then in your template, you can do:
<tmpl_var Number.format_currency(orderitem.price)>
This helper class adds some useful objects to your Dot-enabled templates (see HTML::Template::Plugin::Dot).
I've added several generic numerical methods. Most (well, all in this release) are boolean methods, useful in "<tmpl_if>s". They are:
The following is not yet implemented.
Rhesa Rozendaal, "<rhesa@cpan.org>"
Please report any bugs or feature requests to "bug-html-template-plugin-dot-helpers@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-Template-Plugin-Dot-Helpers>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
Copyright 2005 Rhesa Rozendaal, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-05-15 | perl v5.34.0 |