Help for this page

Select Code to Download


  1. or download this
       Date      Hour    Mo_resp  MT_resp     AO_resp     Percentage
    10-08-2015   00:00    256       382          36          87%
    10-08-2015   00:10    491       438          12          92%
    
  2. or download this
     
    use DBI;
    my $hour_db = DBI->connect("DBI:mysql:database=$db;host=$host;mysql_so
    +cket=/opt/lampstack-5.5.27-0/mysql/tmp/mysql.sock","root","", {'Raise
    +Error' => 1});
    ...
        $hour_sth->execute() or die $DBI::errstr;
        .....    
    }