Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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.8 | 
                2.fc5 | 
                src | 
                64 KiB | 
                Sat Feb 18 12:17:03 2006 | 
            
        
        Changelog
        
            - * Sat Feb 18 17:00:00 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.8-2
 
            - Rebuild for FC5 (perl 5.8.8).
 
        
            - * Thu Dec 29 17:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.8-1
 
            - Update to 2.8.
 
        
            - * Sat Aug 13 18:00:00 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.7-4
 
            - README file: corrected the end-of-line encoding (#165874).
- Bring up to date with Fedora Extras template.