Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    async( \&connection )->detach for 1 .. 300;
    
    sleep 1000;
    
  2. or download this
    #! perl -slw
    use strict;
    ...
            close $client;
        }->detach;
    }