Help for this page
$sth = $dbh->prepare(<<SQL); ... $sth->execute($start_date, $end_date); my $res = $sth->fetchall_arrayref;
$sth = $dbh->prepare(<<SQL); ... $sth->execute($end_date); my $res = $sth->fetchall_arrayref;