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]

Reply via email to