#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
#include <stdio.h>
MODULE = MySOTester PACKAGE = MySOTester
void
a ()
CODE:
printf("Hello\n");
void
b()
CODE:
a();
printf("World!\n");
But it is not works. My program dies with error:
/usr/bin/perl: symbol lookup errorIn reply to symbol lookup error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |