Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-HTML-Template - Perl module to use HTML Templates
        
        - This module attempts make using HTML templates simple and natural.  It
extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>,
<TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>.  The file
written with HTML and these new tags is called a template.  It is
usually saved separate from your script - possibly even created by
someone else!  Using this module you fill in the values for the
variables, loops and branches declared in the template.  This allows
you to separate design - the HTML - from the data, which you generate
in the Perl script. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | perl-HTML-Template | 2.7 | 2 | noarch | 179 KiB | Wed Dec 15 06:08:45 2004 | 
        
        Changelog
        
            - * Mon Oct 25 18:00:00 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.7-0.fdr.2
- - Typo correction (rpmlint warning).
- Build requirements: removed perl(CGI). 
            - * Fri Jun 25 18:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.7-0.fdr.1
- - First build after 2nd time of losing the specfile somewhere :(