Help for this page
print "<table border='3'>\n"; while (<DATA>) { ... __DATA__ Sat Jul 21 22:30 2001 144.02.26.399 www.myserver.com ... Sat Jul 21 23:01 2001 352.34.12.345 www.myserver.net
print "<table border='3'>\n"; open FILE "</path/to/logfile.txt" of die "Oops $!\n"; ... } print "</table>"; close FILE;