Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. techxx

    C++ CGI

    I want to be able to pass a SQL statement I'm generating in C++ to the perl program. Can I pass this to the perl program using the popen function? If so how?
  2. techxx

    simple program to query mysql

    We have a perl module connect to the mysql db, and are trying to call it from C++, and have record(s) returned. Still working on the C++ part.
  3. techxx

    C++ CGI

    Thanks! As I said I'm not real good with C++, but my job requires me to pass a param to the perl code and retrieve the output. I'll look at the code excerpt you have, and try to figure it all out. I looked at the embedding perl in C++ and it may be for a more experienced programmer. If...
  4. techxx

    C++ CGI

    You right. I don't think I would be able to return a value to the C program via CGI. However I found a web site on calling a Perl subroutine from your C Program. http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/Perl/Html-Doc-at-www.perl.com/perlembed.html I think this is what I'm...
  5. techxx

    C++ CGI

    Not sure if anyone can help me, but as a novice C++ programmer (it's been 9yrs since I wrote a C++ program in college)I am seeking some answers to a problem at work. We are trying to call a perl program, on our unix box, from a C++ program. The perl program requires us to pass a parameter via...

Part and Inventory Search

Back
Top