Re: CGI script not showing the textbox

2006-06-14 Thread Chad Perrin
On Wed, Jun 14, 2006 at 09:50:19AM +0530, Nath, Alok (STSD) wrote: > Hi, > Need some help to run this script. [snip] > print q("Please select: ",textfield ("flavour", "mint")) ; [snip] > What I was expecting is a textbox, instead of this string. > "Please select:

Re: CGI script not showing the textbox

2006-06-14 Thread Prabu Ayyappan
On 6/14/06, Nath, Alok (STSD) <[EMAIL PROTECTED]> wrote: Hi, Need some help to run this script. #!/usr/bin/perl -w use CGI qw(:standard); my $favourite = param("flavour") ; print header; # here's a comment. print the header print start_html("Alok's Page") , h1(" Paragraph...