Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Template::Plugin::Format

Name Template::Plugin::Format
Version 2.7
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/Template/Plugin/Format.pm
Is Core No
Search CPAN for this module Template::Plugin::Format
Documentation Template::Plugin::Format
Module Details Template::Plugin::Format

NAME

Template::Plugin::Format - Plugin to create formatting functions


SYNOPSIS

    [% USE format %]
    [% commented = format('# %s') %]
    [% commented('The cat sat on the mat') %]

    [% USE bold = format('<b>%s</b>') %]
    [% bold('Hello') %]


DESCRIPTION

The format plugin constructs sub-routines which format text according to a printf()-like format string.


AUTHOR

Andy Wardley <abw@wardley.org> http://wardley.org/


COPYRIGHT

Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

the Template::Plugin manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024