in reply to Re^5: CGI questionin thread CGI question
$q->td( [ $q->submit (-value=>'Submit') . ' ' . $q->reset ] ), [download]
$q->td( [ $q->submit (-value=>'Submit'), $q->reset ] ), [download]
Drop the square brackets and it works fine.