Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 1;
    INIT { $child = fork }
    ok( 1 );
    
  2. or download this
    make test
    
    t/02init.....ok 2/1Don't know which tests failed: got 2 ok, expected 1