sub ClearForm { @filelist = glob("C:/Program Files/Apache Group/Apache2/htdocs/frames/*.jpg"); unlink @filelist; print "

All old frames have been deleted

\n"; &PrintForm; }