Help for this page

Select Code to Download


  1. or download this
            /* Join the thread */
    #ifdef WIN32
    ...
                Perl_croak(aTHX_ "PANIC: underlying join failed");
            };
    #endif
    
  2. or download this
        # wait to join and delete from hash
        foreach my $join (threads->list(threads::joinable)) {
    ...
            # tprint("Deleting fd- $val");
            delete $FDcache{$val};
        }
    
  3. or download this
    C:\>perl -v
    This is perl 5, version 16, subversion 1 (v5.16.1) built for MSWin32-x
    +64-multi-t
    hread
    (with 1 registered patch, see perl -V for more detail)