Help for this page

Select Code to Download


  1. or download this
    package This::That;
    use Moose;
    ...
      #$sth->execute(1,2);
      return $sth->fetchrow_array;
    }