jerrygarciuh has asked for the wisdom of the Perl Monks concerning the following question:
I also am confounded that I cannot seem to break out from the print command in after I start the table but before creating cells. Other than Ovid's fine course can someone direct me to a tute. I really prefer rolling my own HTML cause I get it, but the other monks keep teasing me, err...
TIA
jg
_____________________________________________________table( { -bgcolor => "#000000", -border => "0", -cellpadding => "2", -cellspacing => "1", -style => "font: 10pt;" }, Tr( { -style => "background-color:#CCCCCC" }, td( strong( "User Name:" ) ), td( input( { -maxlength => "30", -name => "username", -size => "30", -type => "text"} ) ) # end td ), # end Tr
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: ??Using Commas in CGI qw/:standard/ to make HTML??
by tye (Sage) on Nov 27, 2001 at 11:06 UTC | |
|
Re: ??Using Commas in CGI qw/:standard/ to make HTML??
by jarich (Curate) on Nov 27, 2001 at 17:00 UTC | |
|
Re: ??Using Commas in CGI qw/:standard/ to make HTML??
by IlyaM (Parson) on Nov 27, 2001 at 16:05 UTC |