|
|
| go ahead... be a heretic | |
| PerlMonks |
Re^2: Pearls (not really) of Perl programmingby Mr. Muskrat (Abbot) |
| on Dec 04, 2004 at 04:05 UTC ( #412344=note: print w/ replies, xml ) | Need Help?? |
|
I could probably write a book on the subject of the OP but I'll stick to just one DBI example. my $dbh = DBI->connect($database, $user, $password) or die $dbh->errstr; When I found it, I decided to grep for it. It was being used in every script that pulled from the database!
In Section
Meditations
|
|
||||||||||||||||||||