Using connect_cached
"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
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