Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Avoiding compound data in software and system design

by metaperl (Curate)
on Apr 20, 2010 at 21:36 UTC ( [id://835894]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    DBI->connect("dbi:mysql:database=sakila;host=localhost;post=3306",
        $username, $password);
    
  2. or download this
        __PACKAGE__->register_db(
          driver   => 'pg',
    ...
          username => 'joeuser',
          password => 'mysecret',
        );
    
  3. or download this
    
    $zoom->select('#hithere');
    
  4. or download this
    $zoom->id('hithere');
    
  5. or download this
    
    drwxrwxrwx ... bugs-old
    drwxrwxrwx ... bugs-new
    drwxrwxrwx ... bugs-closed
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://835894]
Approved by Old_Gray_Bear
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found