On giovedì 23 ottobre 2003, alle 10:48, Charles K. Clarkson wrote: > I start CGI programs with: > > #!/usr/bin/perl -T > > use strict; > use warnings; > > use CGI; > > The CGI.pm module, which is included with the perl > distribution, has some excellent examples. You can also > read Ovid's course on programming with CGI.pm: > > http://users.easystreet.com/ovid/cgi_course/
I started about 1 hourd ago doing exactly the things you wrote, even because my old script had to display output inside a table on a Php page, without using exec() and system() from Php. It was not possible. So I changed all my project, and now I'm realizing the whole site from a Perl script, using CGI. The problem for a newbie like me is to understand how I can translate HTML tags and attributes to CGI script command, I still have not been able to find a complete guide. Actually I'm looking with a couple of docs, but probably I'm quite tired and can't find all the details I'm used to inspect when I learn a new language. Thanks for your hints, now I start looking at them. Paolo -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]