Help for this page

Select Code to Download


  1. or download this
    sub start_client_handler                                
    {
    ...
                        
        system($cmd);
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $keep_alive = AnyEvent->condvar;
    $keep_alive->wait;