in reply to How can I add a -id attribute to a perl cgi start_Tr ?
You need to pass the attributes as a hash ref
print $cgi->start_Tr( {-id => "thisID", -valign => "top"} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I add a -id attribute to a perl cgi start_Tr ?
by misterperl (Friar) on Feb 27, 2015 at 15:39 UTC | |
by Your Mother (Archbishop) on Feb 27, 2015 at 19:48 UTC |