> When I make install I am getting the below message. How can I know that I am >successfully installed the DBI? Please advise.
To answer this question, at the command line type: perl -MDBI -e 0 You'll get nothing except the next command prompt if DBI is installed. If not you'll get an error message about "not able to find DBI ..." Also: perl -MDBI -e "print $DBI::VERSION;" Gives the currently installed version. Tom -- Thomas A. Lowery See DBI/FAQ http://xmlproj.dyndns.org/cgi-bin/fom