©Mike Moxcey 1999

oratut.pl HtmlTopTut source code

sub HtmlTopTut {
local ($title) = @_;

return <<END_OF_TEXT;
<html> <head><title>$title</title></head>
<body><center>
<h1>Oracle/Perl Tutorial System</h1>
<h2>$title</h2> </center>
END_OF_TEXT
}


home next