Help for this page

Select Code to Download


  1. or download this
    c:\Perl64\cpan\build\Net-Daemon-0.48-ISrOkZ>perl "-MExtUtils::Command:
    +:MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/ithreadm.t
    t/ithreadm.t ..
    ...
    Files=1, Tests=1,  5 wallclock secs ( 0.06 usr +  0.00 sys =  0.06 CPU
    +)
    Result: FAIL
    Failed 1/1 test programs. 0/1 subtests failed.
    
  2. or download this
    my @threads;
    for (my $i = 0;  $i < 10;  $i++) {
    ...
        print "not ok $i\n";
        }
    }
    
  3. or download this
     if (1) {
        print "ok $i\n";
        } else {