- or download this
#!/usr/bin/perl -wT
...
######################################################################
+###
- or download this
@common_array = (
commonloop1 => [
'home' => 'index.pl?page=home',
...
],
);
######################################################################
+###
- or download this
$text ='
Welcome to Toy Template - buckets o\' links and a little content.
<BR>blah, blah, yada, yada, hummina, hummina.
...
],
);
######################################################################
+###
- or download this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
...
</BODY>
</HTML>
######################################################################
+###
- or download this
BODY {
font-family : arial, sans-serif, geneva, helvetica, verdana;
/* background-color : lime; */
...
font-size : 130%;
line-height : 200%;
}