- or download this
package Foo;
...
END_OF_C_CODE
1;
- or download this
#!perl -w
use Foo;
...
END_OF_C_CODE
print "All compiled\n";
- or download this
D:\pscrpt\inline>perl test.pl
Warning. No Inline C functions bound to Perl
Check your C function definition(s) for Inline compatibility
All compiled