Help for this page

Select Code to Download


  1. or download this
    ...
    use Thread::Queue;
    ...
    # in main
    $conn_thread = threads->create('connection_check');
    $conn_q->enqueue("Get on with it");
    
  2. or download this
    my %timer = (
        check_conn => 0,
    ...
        #
        sleep 10; # or 60, or 300...
    }