Help for this page
__declspec(dllexport) int testint = 12345;
#include <windows.h> #include <stdio.h> ... printf( "Addr: %x Value: %d\n", ptestint, *ptestint ); return 1; }
#! perl -slw use strict; ... __END__ C:\test>\perl32\bin\perl.exe 773754.pl 12345