> what's the standard module for accessing MSSQL?
> I searched on CPAN but found a lot.
> The program should be run on Linux, not Windows.
> Thanks.




You probably want to install DBI and then DBD-mysql

Once you have installed DBI, read its documentation. It will give you
lots of information.

Alternatively, get hold of the book, Programming the Perl DBI by 
Alligator Descartes and Tim Bunce.

-- 



Owen


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to