Text::Reform

Text::Reform is a Perl module for manual text wrapping and reformatting.
Download

Text::Reform Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Damian Conway
  • Publisher web site:
  • http://search.cpan.org/~dconway/

Text::Reform Tags


Text::Reform Description

Text::Reform is a Perl module for manual text wrapping and reformatting. Text::Reform is a Perl module for manual text wrapping and reformatting.SYNOPSIS use Text::Reform; print form $template, $data, $to, $fill, $it, $with; use Text::Reform qw( tag ); print tag 'B', $enboldened_text;The form subThe form() subroutine may be exported from the module. It takes a series of format (or "picture") strings followed by replacement values, interpolates those values into each picture string, and returns the result. The effect is similar to the inbuilt perl format mechanism, although the field specification syntax is simpler and some of the formatting behaviour is more sophisticated.A picture string consists of sequences of the following characters:


Text::Reform Related Software