This is a simple log file. It logs the date, time, IP address, and the browser type, of your vistor. You can also flush the log files easily. This is my first perl script. Comments appretiated.
File List:
user_info/
0b
user_info/INSTRUCTIONS (READ ME).html
1Kb
user_info/flush_logs.pl
1Kb
user_info/index.pl
1Kb
user_info/logs/
0b
user_info/logs/browser.txt
0b
user_info/logs/date_and_time.txt
0b
user_info/logs/ip.txt
0b
user_info/view_logs.pl
2Kb
Similar code
Mock CLS
(Popularity: ) : The purpose is to create a cls or clear screen function for html output in perl. I found a posting here on planetsourcecode "A Clear Screen Function" Submitted on: 2/9/2003 By: Jaime Muscatelli that was an Active Perl specific system ...