Help for this page

Select Code to Download


  1. or download this
    #! 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";
    
  2. or download this
    package Example;
    
    use 5.006;
    ...
    bootstrap Example $VERSION;
    
    1;