Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    EOC
    
    print add(7, 5);
    
  2. or download this
    try_pl_13b2.xs:15:18: main.h: No such file or directory
    try_pl_13b2.xs:18: error: `MyClass' does not name a type
    ...
    try_pl_13b2.xs:22: error: expected `;' before "mc"
    try_pl_13b2.xs:23: error: `myGlobalInstance' was not declared in this 
    +scope
    dmake:  Error code 129, while making 'try_pl_13b2.o'
    
  3. or download this
    use Inline CPP => Config => INC => '-l/users/nirf/perlTrials/inlineExa
    +mple';
    
  4. or download this
    use Inline CPP => Config => INC => '-I/users/nirf/perlTrials/inlineExa
    +mple';