Help for this page

Select Code to Download


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