Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
print start_form(-action=>'mail.pl'), table( Tr( td("Name"), td( textfield( -name => 'name') ) ), Tr( td("age:"), td( textfield( -name => 'age') ) ), Tr( td( submit('send') ), ), 'end_form', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: bareword problems
by dws (Chancellor) on Aug 05, 2003 at 19:15 UTC | |
|
Re: bareword problems
by Mr. Muskrat (Canon) on Aug 05, 2003 at 19:16 UTC | |
|
Re: bareword problems
by chromatic (Archbishop) on Aug 05, 2003 at 19:16 UTC | |
|
Re: bareword problems
by Wonko the sane (Curate) on Aug 05, 2003 at 19:19 UTC |