Quote:
|
Originally Posted by cyanide
Welcome dssquirt and prateeksha to WebProWorld,
I have to agree a little with blastradius,
I would tend to want to move away from cgi/perl scripts.
Books ofcourse are good to read, but nothing compares to actually playing with a script to see how it works.
|
Awwww..... But cyanide, I
like Perl!!
Actually, unless you intend to delve into more serious programming, it would probably be wise to stick with more of an "off-the-shelf" approach. If you have a server where you can run PHP, mySQL, and/or ColdFusion, they are excellent resources for adding to the functionality of web sites. Many pre-programmed packages are available to take advantage of these platforms, as well as ready-made CGI scripts in Perl.
I used to write proprietary catalog sites with CGI in Perl. I used Perl's ODBC module to connect to SQL and MS Access databases. That was in 1996. With the tools available now, I could do in two hours what once would have taken all week.