Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use threads;
    
    ...
    
    # my $q = threads->create(\&something_1);
    something_1;
    
  2. or download this
    Perl exited with active threads:
        9 running and unjoined
        0 finished and unjoined
        0 running and detached