- or download this
#include <EXTERN.h> /* from the Perl distribution */
#include <perl.h> /* from the Perl distribution */
...
* perl_env_end();
* }
*/
- or download this
includes: path to perl.h
...
LOADLIBES=-L/usr/lib/perl5/5.8.8/i686-linux-thread-multi-ld/CORE
STD_LIBS= -lperl
- or download this
LOADLIBES=-L/project/c_to_perl/lib/ This is where libperlenv.a
+resides
LDLIBS= -lperlenv `perl -MExtUtils::Embed -e ccopts -e ldopts`
- or download this
use MySpecialLib::IO; # Our IO library that reads/writes encrypted
+data to the filesystem
...
return $out_buffer;
}