Help for this page

Select Code to Download


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