Help for this page

Select Code to Download


  1. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    int
    test( int a )
    
  2. or download this
    use strict;
    use myModule;
    my $var = myModule::test(123);
    print $var;
    
  3. or download this
    C:\Perl\bin\perl.exe
    R6034 An application has made an attempt to load the C runtime library
    + incorrectly.
    
  4. or download this
    
    Can't load 'C:/Perl/site/lib/auto/myModule/myModule.dll' for module my
    +Module: load_file:A dynamic
    ...
     at C:/Perl/site/lib/myModule.pm line 31
    Compilation failed in require at c:\progs\ptest.pl line 1.
    BEGIN failed--compilation aborted at c:\progs\ptest.pl line 1.
    
  5. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.
    +0">
    ...
        </dependentAssembly>
      </dependency>
    </assembly>