Parag Kalra:
So what are the main Perl modules which I need to install and any good
tutorial link would be really appreciated.
For the modules, CGI and DBI is mostly what you wanted, these two
modules are built-in ones in recent perl release.
For documents see "perldoc CGI" and "perldoc DBI".
And you may need to install the database driver, for example, you are
using Mysql, then should install DBD::mysql for DBI.
For other sources, try google "Ovid's CGI Course", I remember there is
such a free CGI course made by Ovid.
--
Jeff Pang
http://home.arcor.de/pangj/
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/