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

hello everyone i am developing a database with cgi-perl and mysql ... i would like to use the table cell value as a input for my other cgi program so i can give more detailed information about such specific cell......can you suggest me that how to join these two cgi perl programs for ex: http://www.uniprot.org/uniprot/?query=disease&sort=score whenever we click on entry id we get other description of that single cell Please help me out its urgent Thanks and regards

  • Comment on use the cell of a table as a input for other s in cgi perl

Replies are listed 'Best First'.
Re: use the cell of a table as a input for other s in cgi perl
by choroba (Cardinal) on May 03, 2013 at 11:54 UTC
    When generating that cell, just generate the link as well:
    print $cgi->td( $cgi->a({ href => "/show_info.pl?$id" }, $id));
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ