There are many possible sources of error. Please include the actual error you received, and you will get the help you need. I have posted a few DBI/CGI scripts here http://www.geocities.com/k2001evad/pindex.html They are abit crude, but if you have MySql up and running on you machine and the CGI, DBI and DBD::Mysql installed you should be able to use them. HTH "Sujitra Kungi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > hi > > i want to connect mysql with perl , first i try > ----------------------------------- > #!c:\perl\bin\perl.exe > print "Content-type: text/html\n\n"; > use Msql; > ------------------------------------ > so i change to > ------------------------------------ > #!c:\perl\bin\perl.exe > print "Content-type: text/html\n\n"; > use DBI; > ------------------------------------ > i still got error. do i need to install any module? i use perl on WIN. > regards > kung sujitra > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com >
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]