use CGI;
my ($q) = new CGI;
print $q->textarea('description','',20,50);