in reply to Re: Quick CGI Question
in thread Quick CGI Question
from perldoc:CGI:
If the first argument is an associative array reference, then the keys and values of the associative array become the HTML tag's attributes:so doing: table({-id=>"blah", .... gives you what you want on any element.
|
|---|