Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Class::DBI::Loader error: Can't locate object method "set_db"

by Corion (Patriarch)
on Apr 12, 2005 at 11:15 UTC ( [id://446931]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    insert into person (name) values ("Kudra");
    insert into person (name) values ("vroom");
    insert into person (name) values ("jcwren");
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    my $person = 
        MyCompany::MyProduct::Database::Person->retrieve(3);
    print Dumper $person;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 04:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found