Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    make
    ...
    ok 6
    ok 7
    make: *** [test_dynamic] Segmentation fault (core dumped)
    
  2. or download this
    my $err = $@;
    
    ...
      print "not ";
    }
    print "ok 7\n";
    
  3. or download this
    "print "ok 7\n";
    
    ...
    
    print "ok 7\n"; exit 0;