Help for this page

Select Code to Download


  1. or download this
    SV *make_aoa_c( int n_rows, int n_cols ) {
      int i, j;
    ...
    
      return newRV( ( SV * ) table );
    }
    
  2. or download this
    % perl test_aoa.pl 1
    1: 78844 (280041 us)
    ...
    8: 78932 (237128 us)
    9: 78940 (237369 us)
    10: 78948 (238528 us)
    
  3. or download this
    Attempt to free unreferenced scalar: SV 0x5b2c620, Perl interpreter: 0
    +x603010 at test_aoa.pl line 22.