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