my($cvs2clargs) = "--stdout -r -b -t -w -U $cvsroot/CVSROOT/users -l \"-d'\>$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist";
my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs";
+my($leftinc) = "/home/sites/www.i-scream.org.uk/web/left.inc";
print "Content-type: text/html\n\n";
<body bgcolor="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff" text="#000066">
+<table border="0" cellpadding="2" cellspacing="2">
+ <tr>
+ <td valign="top">
+
+END
+print `$leftinc`;
+print <<"END";
+
+ </td>
+ <td valign="top">
+
+
<a href="http://www.i-scream.org.uk"><img border="0" src="../i-scream.gif"></a>
<h2>$heading</h2>
print <<"END";
+ </td>
+ </tr>
+</table>
+
</body>
</html>