1# Test with default values, that is: 2# The client writes a message to Sys::Syslog native method. 3# The syslogd writes it into a file and through a pipe and to tty. 4# The syslogd passes it via UDP to the loghost. 5# The server receives the message on its UDP socket. 6# Find the message in client, file, pipe, console, user, syslogd, server log. 7 8use strict; 9use warnings; 10 11our %args = ( 12); 13 141; 15