Help for this page
use strict; use warnings; ... } print('Connection closed by client or by error.', $/);
use strict; ... } print('Connection closed by server or by error or by request.', $/);