Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print('Connection closed by client or by error.', $/);
    
  2. or download this
    
    use strict;
    ...
    }
    
    print('Connection closed by server or by error or by request.', $/);