Re: Using MySQL

2002-10-15 Thread Bruno Negrao - Perl List
I found this excelent article about this subject at: A Short Guide to DBI: http://www.perl.com/pub/a/1999/10/DBI.html bnegrao. - Original Message - From: "Octavian Rasnita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 1:27 AM Subject: Using MySQL > Hi al

Re: CGI simple but not working

2002-10-04 Thread Bruno Negrao - Perl List
No Richard, just in this script. The other cgi examples are correct. > Is this the way it is printed in your book? Did they switch q and p all over > the book? > > > "Bruno Negrao - Perl List" <[EMAIL PROTECTED]> wrote in message > 001e01c26ba7$4b219e00$5100a8

Re: CGI simple but not working

2002-10-04 Thread Bruno Negrao - Perl List
ease select a flavor: ", textfield("flavor","mint"); > print end_form, hr; > }; > exit; > > I'm new to perl myself, so haven't found out why textfields aren't working > with "print q". Please let me know if you find out. > > Bes

CGI simple but not working

2002-10-03 Thread Bruno Negrao - Perl List
Hi all, I'm studying the "Learning Perl Second Edition" and I'm learning cgi now. The book presents a sample cgi that doesn't produces the expected result as the book says it would. In sumary, this script should generate an one field form with a default value - "mint". But what appears in the scr