This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
syslog.pl `use Socket' lossage
authorRoderick Schertler <roderick@gate.net>
Wed, 4 Sep 1996 00:33:54 +0000 (20:33 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Wed, 4 Sep 1996 00:33:54 +0000 (20:33 -0400)
commit8e4ea0b466a4933c45646f1d6fefe96c799d2a72
treed96c870c0a2f4c5263988c05ad457c1796ff0722
parent78f9f922804cab72776fd44f9fdc8ee973dff61e
syslog.pl `use Socket' lossage

syslog.pl tries but fails to use
Socket.pm, the problem is that use doesn't return a true value.  This
module should be recast in terms of Sys::Syslog, of course.
lib/syslog.pl