Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Testing & Databases

by blue_cowdawg (Monsignor)
on Jan 28, 2004 at 13:57 UTC ( [id://324669]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # .bashrc sniglet
    
    ...
        or die DBI->errstr;
    
    ... etc....
    
  2. or download this
    use DBConfig;
    use DBI;
    
    my $dbh=DBI->connect(DBConfig::DSH,DBConfig::User,DBConfig::Password) 
    +or die $DBI::errstr;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://324669]
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-19 12:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found