Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        sleep(10);
        print("logger closed\n");
    }
    
  2. or download this
    Config{useithreads} : define
    main starting
    ...
    logger closed
    Thread 2 terminated abnormally: Undefined subroutine &main::1 called a
    +t ./test_threads.pl line 20.
    main done
    
  3. or download this
    This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-li
    +nux-thread-multi