in reply to Re: How to add product and version of software in clearquest
in thread How to add product and version of software in clearquest

:) I think I understand now, user submits a html form ... and you're wanting to get that data , you can do that with
my $q = CGI->new; my @products = $q->param('product');

And then the next part of the question, is communicate with "clearquest" these @products ...