thunders has asked for the wisdom of the Perl Monks concerning the following question:
print table( Tr( [ td(['First Name:', textfield(-name=>"first_name", -maxle +ngth=>25, -size=>12), 'Last Name:' , textfield(-name=>"last_name", -maxl +ength=>25, -size=>12) ]), td({ -colspan=>2 },['Address:' , textarea(-name=>"addres +s", -rows=>10, -columns=>50)]), ] ) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: td() and Tr() inCGI.pm
by chipmunk (Parson) on Nov 26, 2001 at 02:07 UTC | |
by thunders (Priest) on Nov 26, 2001 at 07:28 UTC | |
by virtualsue (Vicar) on Nov 26, 2001 at 15:28 UTC | |
|
(jeffa) Re: td() and Tr() inCGI.pm
by jeffa (Bishop) on Nov 26, 2001 at 00:57 UTC | |
|
Re: td() and Tr() inCGI.pm
by cLive ;-) (Prior) on Nov 26, 2001 at 07:48 UTC | |
|
Re: td() and Tr() inCGI.pm
by kwoff (Friar) on Nov 26, 2001 at 02:08 UTC |