Help for this page
int wrap_this_foo(int x) { return foo(x); }
use strict; use warnings; ... END_C print foo(16); # Outputs 32
Undefined subroutine &main::foo called at try.pl line 25.