Using connect_cached

2006-12-07 Thread Prashanth Meka
"user", "pass"); $dbh1->disconnect; $dbh2 = DBI->connect_cached("dbi:DB2:SAMPLE", "user", "pass"); $dbh2->disconnect; How exactly does connect_cached function? Thanks and regards, Prashanth Meka

Uploading source and binaries to CPAN

2006-10-13 Thread Prashanth Meka
download link point to the source and to use the documentation to explain to users how to install the binaries. Is there any way to have CPAN point to the source? Regards, Prashanth Meka