Help for this page
create table web_load ( date datetime not null, url text not null, load_secs float unsigned not null, users int unsigned not null);
#!/usr/bin/perl -w ... ####database finish $STH->finish(); $DBH->disconnect();