#!/usr/bin/perl use CGI; use strict; chdir "/home/davei/public_html"; my $q = new CGI; print $q->header; print qq!
| File | Last Update |
|---|---|
| $file | "; print scalar(localtime($mtime)), " |
All original material contained herein is the property of David Israel unless otherwise noted, and use without permission is prohibited by law. You know, the usual legal disclaimer. !; print "\n";