in reply to
Quering database data in perl cgi script
Question: In undermentioned I am calling bugzilla_QAmembers.cgi script but that does not takes data and displays nothing. Also is "qaname=$Name" I am correctly assigning, please advice.
your program is not calling bugzilla_QAmembers.cgi
bugzilla_QAmembers.cgi needs to
use CGI;
Tutorials
:
CGI Help Guide
/
Troubleshooting Perl CGI scripts
Comment on
Re: Quering database data in perl cgi script
Download
Code
In Section
Seekers of Perl Wisdom