Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $thread = threads->create('worker')->detach();
    print("Press Ctrl-C to exit\n");
    sleep() while 1;