Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

How to add product and version of software in clearquest

by mandalmanas5519 (Initiate)
on Jan 24, 2014 at 07:19 UTC ( [id://1071889]=perlquestion: print w/replies, xml ) Need Help??

mandalmanas5519 has asked for the wisdom of the Perl Monks concerning the following question:

Please provide the example of CGI script to add product and version enter in productversion form which will create proudct and version in clearquest based on value entered
<FORM action="/cgi-bin/productversion.cgi" method="POST" target="_blan +k"> <tr> <td><br>Select your Product.</br> <select name="product"> <option value="Product1">Product1</option> <option value="Product2">Product2</option> </select> </td> <td><br>Select your Product version:<br></td> <td><input type="text" n +ame="version"></td> <td><input type="submit" value="Submit"></td> </tr> </FORM>

Replies are listed 'Best First'.
Re: How to add product and version of software in clearquest
by Anonymous Monk on Jan 24, 2014 at 07:59 UTC

    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?
      :) 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 ...

Re: How to add product and version of software in clearquest
by ww (Archbishop) on Jan 24, 2014 at 13:48 UTC
    Sure, I'll get it to FedEx, same-day-delivery, just as soon as you desposit $$$ in my account.

    PM is for learning; if you want code written for you, hire a programmer.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1071889]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-25 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found