< Home - < Back

perl-HTML-Template


Information about the package, perl-HTML-Template, which is shipped with common Linux distributions. The perl-HTML-Template package is designed for, Perl module to use HTML Templates.


Package Name:

perl-HTML-Template

Summary:

Perl module to use HTML Templates

Description:

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.

Architecture:

noarch

Version:

2.9

Release:

10.el6

Size:

70 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-HTML-Template


Control the perl-HTML-Template package with the following handy commands outlined below.


Command

Description of Command

yum install perl-HTML-Template

This command will install perl-HTML-Template on the server.

yum remove perl-HTML-Template

This command will un-install perl-HTML-Template on the server. When you run this command, you will be asked if you are sure that you want to remove perl-HTML-Template, so you have to manually confirm that you want to do this.

yum -y remove perl-HTML-Template

This command will un-install perl-HTML-Template on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-HTML-Template when using the -y flag.

yum update perl-HTML-Template

This command will update perl-HTML-Template to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-HTML-Template, so you have to manually confirm that you want to do this.

yum -y update perl-HTML-Template

This command will update perl-HTML-Template to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-HTML-Template when using the -y flag.

yum info perl-HTML-Template

This command will show you core information about the perl-HTML-Template package.

yum deplist perl-HTML-Template

This command will show you the dependencies for perl-HTML-Template. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-HTML-Template

This command will check if there is an update waiting on perl-HTML-Template. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.