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::Pod

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

NAME

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


SYNOPSIS

    [% USE Pod(podfile) %]

    [% FOREACH head1 = Pod.head1;
         FOREACH head2 = head1/head2;
           ...
         END;
       END
    %]


DESCRIPTION

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


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, the Pod::POM manpage

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