CGI::Application::GDGraph::lines


Notes:

The above 'usage' code is the interface to a CGI::Application module – called 'CGI::Application::GDGraph::lines'

This wraps together the fuctionality of GD::Graph, CGI::Session within a 'CGI::Application' t/w an HTML::Template.

The HTML template file referenced above looks like this:

<head>
<title><TMPL_VAR NAME="page_title"></title>
</head>
<body bgcolor="black">
<div align="center">
<font color="white" face="courier">
<table border=0>
<tr>
<td align="center"><H1><font face="courier" color="white"><TMPL_VAR NAME="page_title"></H1></td>
</tr>
<tr>
<td><img src = "/cgi-bin/<TMPL_VAR NAME="graph_img">"></td>
</tr>
</table>
<a href ="test_db_session.cgi">back</a>
</font>
</div>
</body>
</html>