- or download this
# Variables:
my $pagetitle; # page's title
...
$chartset="iso-8859-1";
$default_keywords="";
$default_description="";
- or download this
# Variables:
my $pagetitle; # page's title
...
$chartset = "iso-8859-1";
$default_keywords = "";
$default_description = "";
- or download this
my $pagetitle = "PUT-YOUR-TITLE-HERE";
- or download this
my %hash = (
title => 'PUT-YOUR-TITLE-HERE',
...
description => ''
)
# hash values can be accessed as $hash{title} etc.