Help for this page

Select Code to Download


  1. or download this
    sub mmgb_getAllBooks {
      my $self = shift;   
    ...
      $sth->execute();
      return $sth->fetchall_arrayref();
    }