<div dir="ltr">Do you have the correct DBD installed?</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"> <br>Mark Schoonover KA6WKE</div><div dir="ltr"><span style="font-size:13px">Author: <a href="https://leanpub.com/4nec2definitiveguide" target="_blank">4NEC2 The Definitive Guide</a></span><br><div>Website: <a href="http://www.ka6wke.net" target="_blank">http://www.ka6wke.net</a></div><div><span style="font-size:12.8000001907349px">Resume: </span><a href="http://cv.ka6wke.net" style="font-size:12.8000001907349px" target="_blank">http://cv.ka6wke.net</a><br></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Dec 19, 2016 at 10:29 AM, Joel Fentin <span dir="ltr"><<a href="mailto:joel@fentin.com" target="_blank">joel@fentin.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to modify Perl code I wrote years ago. First I have to get it running as is. It won't.<br>
<br>
---------------<br>
<br>
my $ref=$dbh->selectall_arrayref(<wbr>"SELECT * FROM titulo LIMIT 10");<br>
<br>
There is no error and no data.<br>
<br>
This works on a website on BlueHost.<br>
It also works on a personal server in an old computer using old windows, old Perl, old Apache, & old MySQL.<br>
<br>
---------------<br>
<br>
So then, I tried something newer:<br>
<br>
$sth = $dbh->prepare("SELECT * FROM titulo LIMIT 10");<br>
$sth->execute()||($error="Erro<wbr>r:$DBI::errstr\n");<br>
$ref=$dbh->fetchall_arrayref()<wbr>;<br>
The error: Can't locate object method "fetchall_arrayref" via package "DBI::db" at C:/Apache2.2/cgi-bin/PacoWeb/C<wbr>Dsearch.pl line 285<br>
<br>
(There is a use DBI; statement at the start of the program.)<br>
<br>
Any help/ideas/wisdom/suggestions appreciated.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Joel Fentin       tel: <a href="tel:760-749-8863" value="+17607498863" target="_blank">760-749-8863</a><br>
Personal Website: <a href="http://fentin.com" rel="noreferrer" target="_blank">http://fentin.com</a><br>
______________________________<wbr>_________________<br>
San-Diego-pm mailing list<br>
<a href="mailto:San-Diego-pm@pm.org" target="_blank">San-Diego-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/san-diego-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/lis<wbr>tinfo/san-diego-pm</a><br>
</font></span></blockquote></div><br></div>