Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: (mysql) failing to locate object method

by sriraj (Initiate)
on Aug 03, 2004 at 11:26 UTC ( [id://379582]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
       $sth->execute or die "executing: ", $dbh->errstr; 
       $td = $sth->fetchrow_array;
       print "$td";
    
  2. or download this
    C:\ram>perl timeinblt.pl
    Can't locate object method "connect" via package "DBI" (perhaps you fo
    +rgot to load "DBI"?) at timeinblt.pl line 14.
    C:\ram>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://379582]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 03:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found