Re: $dbh->{'mysql_insertid'},
On Thu, Sep 19, 2002 at 04:40:12PM -0500, Mariusz wrote: > How can I get that id into a scalar? Will this work? > > $lastid = $dbh->{'mysql_insertid'}; Have you tried it? Perl lends itself well to experimentation. Michael -- Administrator www.
$dbh->{'mysql_insertid'},
How can I get that id into a scalar? Will this work? $lastid = $dbh->{'mysql_insertid'}; sorry for such basic question. M