Ajay Kumar wrote: > > Hello > > i am new to the Unix and Perl both. > I got a script to write which connects to the database. > > how should i proceed further to get started. I am aware of coding, > database sql's all basic things, need to know how to do in Perl on > Unix.
First you'll have to learn the basics of Perl, then those of the DBI. While you can begin with the Perl and DBI documentation with `perldoc perl` and `perldoc DBI` I recommend using the great O'Reilly books "Programming Perl" (the famous Camel Book) and "Programming the Perl DBI". They are great, I use them myself (in German translation, of course). Best regards, Martin Stricker -- Homepage: http://www.martin-stricker.de/ Webmaster-Forum: http://www.masterportal24.com/cgi-bin/YaBB.cgi Red Hat Linux 7.2 for low memory: http://www.rule-project.org/ Registered Linux user #210635: http://counter.li.org/
