Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
If I wanted to use this function in a Perl program how would I go about it? Also, if I had the following C function -float Get_Temperature();
how would I go about using it in a Perl program, thanks for your help.BOOL isThisHot(int);
code tags by holli
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Integrating Perl and C
by davorg (Chancellor) on Jun 21, 2006 at 15:31 UTC | |
by Fletch (Bishop) on Jun 21, 2006 at 15:46 UTC | |
|
Re: Integrating Perl and C
by ikegami (Patriarch) on Jun 21, 2006 at 15:44 UTC |