Help for this page

Select Code to Download


  1. or download this
        - PROCESS 1 (LEFT) ---------     - PROCESS 2 (RIGHT) -------
    
    ...
         -------
        |  end  |
         -------
    
  2. or download this
    sub server_executeStart
    {
    ...
            },
        );
    }
    
  3. or download this
    #!perl
                                                          
    ...
    open( FILE, ">>", $opt { stdout } );
    print FILE "#eof#\n";
    close( FILE );