Help for this page

Select Code to Download


  1. or download this
      $sth = $dbh->prepare(...);
      $sth->execute($obj->now);
    
  2. or download this
      $sth->execute(0+$obj->now);
    
  3. or download this
    has now => ( is => 'rw' );