Hi, When I typed the first command, it return nothing. But for the second command which will display the installed version, I got error "Variable syntax". Please advise.
thanks, Chewlf -----Original Message----- From: Thomas A. Lowery [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:23 AM To: [EMAIL PROTECTED] Subject: Re: FW: Error Make Install for DBI > 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