vennirajan has asked for the wisdom of the Perl Monks concerning the following question:
I want to use the existing C or/and JAVA modules ( header files - default sytem files or/and user defined files ) in Perl. Is there any way, i can achieve it ? I know that we can use the system calls using
use POSIX;
But this seems to be critical because of modules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Existing C or/and Java Modules in Perl
by tirwhan (Abbot) on Dec 09, 2005 at 08:39 UTC | |
|
Re: Using Existing C or/and Java Modules in Perl
by gjb (Vicar) on Dec 09, 2005 at 10:19 UTC | |
by vennirajan (Friar) on Dec 09, 2005 at 10:44 UTC |