Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    Outputs:
    True
    False
    
  2. or download this
     
    # plagiarised from default perl typemap
    
    ...
    T_PTR
        sv_setiv($arg, PTR2IV($var));
    
  3. or download this
    use strict;
    use warnings;
    ...
    Outputs:
    False
    False