Help for this page

Select Code to Download


  1. or download this
    my $sth = $self->dbh->selectall_arrayref("
        SELECT rtime, dev, value
    ...
    );  
    
    return $template -> output();
    
  2. or download this