Help for this page

Select Code to Download


  1. or download this
    package FOO;
    
    ...
    undef %FOO::;
    
    print $o->asdf(1..10); # function cannot be found
    
  2. or download this
    use strict;
    use Inline 'C';
    ...
    int refcount(SV* x) {
        return SvREFCNT(x);
    }