Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Inline CPP => Config =>
    ...
    my $reftest = \@test;
    add_nir(1, 4, $reftest);
    print "@test\n";
    
  2. or download this
    1 2
    1 2 2
    
  3. or download this
    use warnings;
    use Inline CPP => Config =>
    ...
    my $reftest = \@test;
    add_nir(1, 4, $reftest);
    print "@test\n";