@days=(Sun,Mon,Tue,Wed,Thu,Fri,Sat); @months=(Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec); $time=time; ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime($time); $year += 1900; $eday = $mday + 6; $sdate ="$months[$mon] $mday"; $edate="$months[$mon] $eday"; #-- Output ----------------------------------- print header(); print start_html(); print "\n
The following files contain content that will expire during $sdate - $edate:
\n