Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        
        return rv; /* Inline::C handles this typemap automatically. */
    }
    
  2. or download this
    Called test_perlcall( 42 )
    C called Perl function, return_input( 42 )
    And test_perlcall( 42 ) returned 42