On Wed, Feb 02, 2000 at 08:21:20PM +0200, Stas Bekman wrote:
>
This thread has drifted way off topic, but anyway...
> my $do_sql = 'UNLOCK TABLES ';
> $self->{sth} = $self->{dbh}->prepare($do_sql);
> $self->{sth}->execute();
I'd express all that as:
$self->{dbh}->do("UNLOCK TABLES");
Tim.
- Re: Using network appliance Filer with mo... Elizabeth Mattijsen
- Re: Using network appliance Filer with modperl Jeffrey W. Baker
- Re: Using network appliance Filer with modperl Elizabeth Mattijsen
- Re: Using network appliance Filer with modperl Leslie Mikesell
- Re: Using network appliance Filer with modper... Pascal Eeftinck
- Re: Using network appliance Filer with mo... Stas Bekman
- Re: Using network appliance Filer wit... Oleg Bartunov
- Re: Using network appliance File... Stas Bekman
- Re: Using network appliance ... Oleg Bartunov
- Re: Using network appliance ... Stas Bekman
- Re: Using network appliance Filer wit... Tim Bunce
- Re: Using network appliance Filer wit... Tim Bunce
- Re: Using network appliance Filer with modperl Tim Bunce
- Re: Using network appliance Filer with modperl Steve Reppucci
