Help for this page

Select Code to Download


  1. or download this
       use Module ( $arg1, $arg2, ... );
    
  2. or download this
       use Inline C;
    
  3. or download this
       use Inline 'C';
    
  4. or download this
       use Inline C => ...;
    
  5. or download this
       use strict;
       foo( FOOBAR => 'baz' );
       foo( FOOBAR, 'baz' );