Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Class::DBI

by stonecolddevin (Parson)
on Apr 26, 2005 at 15:56 UTC ( [id://451644]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ## Main class
    package My::DBI;
    ...
                     content  ip   ] );
                    
    __PACKAGE__->table('entries');
    
  2. or download this
    Music::CD->add_constructor(new_music => 'year > ?');
        my @recent = Music::CD->new_music(2000);
    
  3. or download this
    my @cds = Music::CD->retrieve_from_sql(qq{
            artist = 'Ozzy Osbourne' AND
    ...
            ORDER BY year
            LIMIT 2,3
        });
    
  4. or download this
    my @music = Music::CD->search_where(
            artist => [ 'Ozzy', 'Kelly' ],
            status => { '!=', 'outdated' },
        );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-18 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found