Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>               /* from the Perl distribution     */
    #include <perl.h>                 /* from the Perl distribution     */
    ...
     *         perl_env_end();
     *    }
     */
    
  2. 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
    
  3. 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`
    
  4. or download this
    use MySpecialLib::IO;    # Our IO library that reads/writes encrypted 
    +data to the filesystem
    
    ...
    
            return $out_buffer;
    }