$CGI = new CGI; my($item) = $CGI->param('item'); my($add) = $CGI->param('add'); my($sql, $sth, $comments) = ("", "", ""); if(defined($add)) {