LameNerd has asked for the wisdom of the Perl Monks concerning the following question:
DBI->connect using 'old-style' syntax is deprecated and will be an err +or in future versions ...
Here's my questions:my $dbh = DBI->connect( $dbname, $dbuser, $dbpass, $dbd );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI->connect using 'old-style' syntax is deprecated and will be an error in future versions
by ScooterQ (Pilgrim) on Jul 16, 2003 at 00:48 UTC | |
|
Re: DBI->connect using 'old-style' syntax is deprecated and will be an error in future versions
by DigitalKitty (Parson) on Jul 16, 2003 at 01:05 UTC | |
|
Re: DBI->connect using 'old-style' syntax is deprecated and will be an error in future versions
by Anonymous Monk on Jul 16, 2003 at 00:45 UTC |