Template Toolkit Modules

Template::Plugin::Pod

Tutorial ][ Manual ][ Modules ][ Library ][ Tools ][ FAQ ][ Release ]

<-[ Template::Plugin::Iterator ][ Template::Plugin::Table ]->

Plugin interface to Pod::POM (Pod Object Model)

Table of Contents

SYNOPSIS

Index ][ Modules ][ Top ]
    [% USE Pod(podfile) %]
    [% FOREACH head1 = Pod.head1;
	 FOREACH head2 = head1/head2;
	   ...
         END;
       END
    %]

DESCRIPTION

Index ][ Modules ][ Top ]

This plugin is an interface to the Pod::POM module.

AUTHOR

Index ][ Modules ][ Top ]

Andy Wardley <abw@kfs.org>

http://www.andywardley.com/

VERSION

Index ][ Modules ][ Top ]

2.28, distributed as part of the Template Toolkit version 2.06, released on 07 November 2001.

COPYRIGHT

Index ][ Modules ][ Top ]
  Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.

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

SEE ALSO

Index ][ Modules ][ Top ]

Template::Plugin, Pod::POM


<-[ Template::Plugin::Iterator ][ Template::Plugin::Table ]->