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 reply to Re^2: Pearls (not really) of Perl programming
by Mr. Muskrat
in thread Pearls (not really) of Perl programming
by PetaMem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |