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

Re^5: How should named paramater keys be named?

by BrowserUk (Patriarch)
on Jul 03, 2011 at 11:58 UTC ( [id://912534]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbh = foo( 
        q{debug}  => 0, 
    ...
        q{user}   => SQL_USER,
        q{pass}   => SQL_PASS,
    );
    
  2. or download this
    my $dbh = foo( SQL_SERVER, SQL_PORT, SQL_DB, SQL_USER, SQL_PASS, DEBUG
    + );
    
  3. or download this
    my $dbh = foo( SQL_DSN, SQL_USER, SQL_PASS, DEBUG );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found