Help for this page
open (DB,"logfile.log") or die("There was a problem opening the file." +); while ($entry=<DB>) { ... ENDHTML } close DB;