in reply to Re: Tables with Cgi.pm
in thread Tables with Cgi.pm
Or, replace the comma in the anonymous array with a concentation operattor '.' . That way, both td()s will comprise one "element" in the array, thus, one table row with two columns. (Here I go learning something as I post again - imagine that.)