Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
if this function is executed via a.c program(a.out as executable) the output is perfect. I want to have the result displayed onto the browser via the perl in an htm file.char *abc() { char *p; p="Hello world"; return p; }
so according to the module whenever the submit button is pressed at the client side, I want to execute the function from the .so file via the perl file.
I looked for help in goole.com, but all the results that I am getting is only for NS(netscape server) and Livewire. I am using apache under RHL 7.2 so kindly suggest me. but i have never worked on any scripting languages. so I would appreciate if some guide lines cud be given to me Its very urgent. Thank you for your patience
Transplanted from Tutorials, better title - dvergin 2002-08-29
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need a Help
by joe++ (Friar) on Oct 23, 2002 at 18:29 UTC | |
|
Re: Need a Help - calling C program from Perl
by derby (Abbot) on Oct 23, 2002 at 18:45 UTC | |
|
Re: Need a Help - calling C program from Perl
by chromatic (Archbishop) on Oct 23, 2002 at 23:13 UTC | |
|
Re: Need a Help - calling C program from Perl
by true (Pilgrim) on Oct 24, 2002 at 08:48 UTC | |
by BrowserUk (Patriarch) on Oct 24, 2002 at 13:38 UTC | |
by true (Pilgrim) on Oct 24, 2002 at 19:53 UTC | |
by lestrrat (Deacon) on Oct 24, 2002 at 21:06 UTC |