Man Page: template::plugin::format
Operating Environment: debian
Section: 3pm
Template::Plugin::Format(3pm) User Contributed Perl Documentation Template::Plugin::Format(3pm)NAMETemplate::Plugin::Format - Plugin to create formatting functionsSYNOPSIS[% USE format %] [% commented = format('# %s') %] [% commented('The cat sat on the mat') %] [% USE bold = format('<b>%s</b>') %] [% bold('Hello') %]DESCRIPTIONThe format plugin constructs sub-routines which format text according to a "printf()"-like format string.AUTHORAndy Wardley <abw@wardley.org> <http://wardley.org/>COPYRIGHTCopyright (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 ALSOTemplate::Plugin perl v5.14.2 2011-12-20 Template::Plugin::Format(3pm)
| Related Man Pages |
|---|
| template::plugin::cgi(3) - suse |
| template::plugin::html(3) - centos |
| template::dbi(3pm) - debian |
| template::plugin::html(3pm) - debian |
| template::plugin::procedural(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| How to copy a column of multiple files and paste into new excel file (next to column)? |