Help for this page
#! perl -slw use strict; use Config; use Inline C => Config => BUILD_NOISY => 1, CCFLAGS => $Config{ccflags +}." -DDEBUG=1"; ... END_C print "Everything went well ;)","\n";
package Example; use 5.006; ... bootstrap Example $VERSION; 1;