Help for this page

Select Code to Download


  1. or download this
    
    package SJT;
    ...
            permutation => [2,2,2,2,2,2,2,2,2,2,2],
        },$class;
    }
    
  2. or download this
    package SJT;
    
    ...
                printf("also found item in array at: %X\n",res);
            };
    
  3. or download this
            
            IV a = SvIV(SvRV(*res));
            printf("right before return\n");
    ...
        int value;
        CODE:
        OUTPUT:
    
  4. or download this
    ok 1 - use SJT;
    SV = RV(0x82807dc) at 0x82807d0
    ...
    array found in self 82BC6A0
    also found item in array at: 8242CE4
    19830 Segmentation fault
    
  5. or download this
    
    use Devel::Peek;
    ...
        print "\n";
    };