Text::Merge::Lists

Text::Merge::Lists - Text/data merge with lists/table support.
Download

Text::Merge::Lists Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steven D. Harris
  • Publisher web site:
  • http://search.cpan.org/~sharris/Text-Merge-0.36/lib/Text/Merge/Lists.pm

Text::Merge::Lists Tags


Text::Merge::Lists Description

Text::Merge::Lists - Text/data merge with lists/table support. Text::Merge::Lists - Text/data merge with lists/table support.SYNOPSIS $filter = new Text::Merge::Lists($template_path); $filter->set_max_nesting_depth($intval);The Text::Merge::Lists package is designed to extend the Text::Merge package with "list styles" in addition to the other formatting methods of fields. This allows the display of fields that contain "lists" of items in addition to the normal "scalar" fields supported by Text::Merge. See the Text::Merge package documentation for more information on templates and merging.All the features of the Text::Merge package are supported and invoked in an identical fashion. The only difference in your programs to use the Text::Merge::Lists object instead of the Text::Merge object is the constructor, which must be invoked with the "Template Path" to the directory containing your various arbitrary lists style directories, described later. See the Text::Merge object for a description of the publishing methods available to you.Lists can be nested, and you can use the set_max_nesting_depth() object method to override the default maximum nesting depth of 3. That is to say, you can only have a list of a list of a list by default. If you want to nest further you will need to adjust this value. The depth limit here is to prevent you from clobbering the perl stack (and possibly other memory!) with deep recursion.Requirements:· Perl


Text::Merge::Lists Related Software