Thanks, I'll give it a try.
About DBI, I already have it. I did some Perl programming, but I'm still a beginner. I still have some problems understanding how a "multiplescreen" script can be made. I'll start reading the perldoc CGI. Regards, Cristi -----Original Message----- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: 29 aprilie 2004 17:07 To: Cristi Ocolisan Cc: Perl Beginners Subject: Re: Info needed... On Apr 29, 2004, at 8:51 AM, Cristi Ocolisan wrote: > Hi, > > I want to write a single CGI script that can return several different > pages > to the browser. For instance, I want a single CGI script for > administering a > database of products. The script will be called to display the form to > add a > product, to process the add-product form, to display a list of > products to > delete, to process the delete-product form, to display a list of > product to > edit, to display a form of the product's attributes for the user to > change, > and to process the edit-product form. > > I do not know yet to write such a script and want to learn. Can you > point me > to some good tutorials? I'm a book person myself and any good book on CGI should at least get you going. You could always tried the CGI module's documentation as well: perldoc CGI For the database side of things, you'll need the DBI. Grab it from the CPAN. James -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>