in reply to How to add product and version of software in clearquest

Please provide the example of CGI script

Sorry, but the CGI docs and the tutorials are full of example :/

to add product and version enter in productversion form

what does that mean? edit the file or something else? perlintro and perlrequick cover editing a file and making a simple substitution

which will create proudct and version in clearquest based on value entered

what is this clearquest and how are you supposed to communicate with it? What "clearquest" docs are you reading?
  • Comment on Re: How to add product and version of software in clearquest

Replies are listed 'Best First'.
Re^2: How to add product and version of software in clearquest
by Anonymous Monk on Jan 24, 2014 at 08:06 UTC
    :) 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 ...