Help for this page

Select Code to Download


  1. or download this
    use Test::More tests => 1;
    SKIP: {
    ...
    
        ok( 1 );
    }
    
  2. or download this
    C:\>nmake test
    
    ...
    Failed 1/1 test scripts, 0.00% okay. -1/1 subtests failed, 200.00% oka
    +y.
    NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code
    + '0x2'
    Stop.