Re: Unique problem using checkbox in Perl

2004-03-25 Thread Wiggins d Anconia
> Hi, > >I am using the Perl CGI module to generate HTML form elements. One of these elements is a > checkbox. Following is my definition of this checkbox > >print $q->checkbox(-name=>'want_media', > -checked=>'checked'); > >The problem is, when the page gets

Unique problem using checkbox in Perl

2004-03-25 Thread Kasturirangan Rangaswamy
Hi, I am using the Perl CGI module to generate HTML form elements. One of these elements is a checkbox. Following is my definition of this checkbox print $q->checkbox(-name=>'want_media', -checked=>'checked'); The problem is, when the page gets displayed, I get a